diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-19 18:14:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-19 18:14:20 -0400 |
commit | 401b0bdfb10ebfe75c9a392de52d37cc3c22c062 (patch) | |
tree | 841bf69b8d404a29ab92692a9ebfb8d5a7e500e1 /app/Template/task/public.php | |
parent | fcdd71af2cabdd1252172ac83a24be8672ca34cc (diff) |
Split task controller into smaller classes
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 73116de9..e3105488 100644 --- a/app/Template/task/public.php +++ b/app/Template/task/public.php @@ -4,7 +4,7 @@ <p class="pull-right"><?= $this->url->link(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?></p> - <?= $this->render('task/show_description', array( + <?= $this->render('task/description', array( 'task' => $task, 'project' => $project, 'is_public' => true |