diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-10 14:36:17 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-10 14:36:17 -0400 |
commit | c9dcd7061708114c72c0c7d80d108661308b1e50 (patch) | |
tree | 6fe0a070425b941d6f420311e302b4b95eda423f /app/Template/task/public.php | |
parent | b51d41f331b0948add637d5f0f7093b96c268dd0 (diff) |
Recurring tasks (#847): template cleanup
Diffstat (limited to 'app/Template/task/public.php')
-rw-r--r-- | app/Template/task/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/public.php b/app/Template/task/public.php index d7acef9f..9f32f669 100644 --- a/app/Template/task/public.php +++ b/app/Template/task/public.php @@ -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> |