add task on board hooks

This commit is contained in:
Timo Litzbarski
2016-03-14 13:36:47 +00:00
parent 67b0b49222
commit f894057a54
4 changed files with 54 additions and 39 deletions

View File

@@ -59,6 +59,8 @@
<i class="fa fa-file-text-o"></i>
</span>
<?php endif ?>
<?= $this->hook->render('template:board:task:footer', array('task' => $task)) ?>
<?php if ($task['score']): ?>
<span class="task-score"><?= $this->text->e($task['score']) ?></span>