diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-01 21:23:46 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-01 21:23:46 -0500 |
commit | 50a9e2ba7db6a155cee75771d73c584d721cf687 (patch) | |
tree | cf985e7050b9293e2ec4b13d40689a4a0b10644f /app/Template/task_public.php | |
parent | 67eae33fb88e840047a33558de56090d8bcc62fb (diff) |
Move project templates to a subfolder
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 13fef1ed..370204ce 100644 --- a/app/Template/task_public.php +++ b/app/Template/task_public.php @@ -10,7 +10,7 @@ 'is_public' => true )) ?> - <?= Helper\template('subtask_show', array( + <?= Helper\template('subtask/show', array( 'task' => $task, 'subtasks' => $subtasks, 'not_editable' => true |