Recurring tasks (#847): template cleanup
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user