Recurring tasks (#847): template cleanup

This commit is contained in:
Frederic Guillot
2015-05-10 14:36:17 -04:00
parent b51d41f331
commit c9dcd70617
10 changed files with 96 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
<section id="main" class="public-task">
<?= $this->render('task/details', array('task' => $task, 'project' => $project)) ?>
<?= $this->render('task/details', array('task' => $task, 'project' => $project, 'not_editable' => true)) ?>
<p class="pull-right"><?= $this->a(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?></p>