summaryrefslogtreecommitdiff
path: root/app/Template/search/results.php
diff options
context:
space:
mode:
authorMichael Vickers <michaelvickers.uk@gmail.com>2018-06-03 14:15:16 +0100
committerFrédéric Guillot <fred@miniflux.net>2018-06-03 18:46:38 -0700
commitf890eb765e8440123456bce48255f76ff862d432 (patch)
tree096beddbc884f6a3721f0a4fcb8fbd2636359d74 /app/Template/search/results.php
parent5068799cd7376621fdadfa50a2eef1e1bd8b75bc (diff)
Add dashboard and search task footer hooks
Implement new hooks requested in kanboard/kanboard#3863
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r--app/Template/search/results.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php
index f5a4cfc8..85b09ea9 100644
--- a/app/Template/search/results.php
+++ b/app/Template/search/results.php
@@ -24,6 +24,8 @@
<?= $this->render('task_list/task_subtasks', array(
'task' => $task,
)) ?>
+
+ <?= $this->hook->render('template:search:task:footer', array('task' => $task)) ?>
</div>
<?php endforeach ?>
</div>