Merge pull-request #2049
This commit is contained in:
commit
9bf5fcf062
|
|
@ -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) ?>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue