= t('Do you really want to enable this project: "%s"?', $project['name']) ?>
= $this->a(t('Yes'), 'project', 'enable', array('project_id' => $project['id'], 'enable' => 'yes'), true, 'btn btn-red') ?>
= t('or') ?> = $this->a(t('cancel'), 'project', 'show', array('project_id' => $project['id'])) ?>