summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTimo Litzbarski <tili2@gmx.de>2016-03-25 10:31:51 +0000
committerTimo Litzbarski <tili2@gmx.de>2016-03-26 08:13:14 +0000
commita3933f49af549384e313325f64207def6e2de664 (patch)
tree8e4675697821c6036be8baf7f9a7e7bfcf02b45c /app
parent13d5bd8e48bd6c0109d1272da58a8879bf9a6737 (diff)
Hook template:board:task:icons
Diffstat (limited to 'app')
-rw-r--r--app/Template/board/task_footer.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php
index a8203739..a9d381a3 100644
--- a/app/Template/board/task_footer.php
+++ b/app/Template/board/task_footer.php
@@ -76,6 +76,8 @@
<i class="fa fa-flag flag-milestone"></i>
</span>
<?php endif ?>
+
+ <?= $this->hook->render('template:board:task:icons', array('task' => $task)) ?>
<?= $this->task->formatPriority($project, $task) ?>