diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-24 17:03:09 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-24 17:03:09 -0400 |
commit | f74d7ef209701bba905c0179b30f24a6e3faa5db (patch) | |
tree | 1034252a7525c24e8dc828c9e010b56faca272e8 /app/Template/task/show.php | |
parent | 51ec4b4cf86c7f4a7552f8e01cee704cc6b4b57b (diff) |
Added more template hooks
Diffstat (limited to 'app/Template/task/show.php')
-rw-r--r-- | app/Template/task/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/show.php b/app/Template/task/show.php index 86422941..8f41d653 100644 --- a/app/Template/task/show.php +++ b/app/Template/task/show.php @@ -34,7 +34,7 @@ 'project' => $project, )) ?> -<?= $this->hook->render('template:task:show:before-attachements', array('task' => $task, 'project' => $project)) ?> +<?= $this->hook->render('template:task:show:before-attachments', array('task' => $task, 'project' => $project)) ?> <?= $this->render('task_file/show', array( 'task' => $task, 'files' => $files, |