Merge pull-request #2049

This commit is contained in:
Frederic Guillot 2016-03-26 09:00:00 -04:00
commit 9bf5fcf062
2 changed files with 3 additions and 0 deletions

View File

@ -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) ?>

View File

@ -163,6 +163,7 @@ List of template hooks:
| `template:board:public:task:before-title` | Task in public board: before title |
| `template:board:public:task:after-title` | Task in public board: after title |
| `template:board:task:footer` | Task in board: footer |
| `template:board:task:icons` | Task in board: tooltip icon |
| `template:config:sidebar` | Sidebar on settings page |
| `template:config:application ` | Application settings form |
| `template:config:integrations` | Integration page in global settings |