Add dashboard and search task footer hooks
Implement new hooks requested in kanboard/kanboard#3863
This commit is contained in:
committed by
Frédéric Guillot
parent
5068799cd7
commit
f890eb765e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user