summaryrefslogtreecommitdiff
path: root/app/Template/dashboard/tasks.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/dashboard/tasks.php')
-rw-r--r--app/Template/dashboard/tasks.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/dashboard/tasks.php b/app/Template/dashboard/tasks.php
index 23aef990..bde1e2f3 100644
--- a/app/Template/dashboard/tasks.php
+++ b/app/Template/dashboard/tasks.php
@@ -30,6 +30,8 @@
<?= $this->render('task_list/task_subtasks', array(
'task' => $task,
)) ?>
+
+ <?= $this->hook->render('template:dashboard:task:footer', array('task' => $task)) ?>
</div>
<?php endforeach ?>
</div>