Merge pull-request #2049
This commit is contained in:
@@ -76,6 +76,8 @@
|
|||||||
<i class="fa fa-flag flag-milestone"></i>
|
<i class="fa fa-flag flag-milestone"></i>
|
||||||
</span>
|
</span>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
<?= $this->hook->render('template:board:task:icons', array('task' => $task)) ?>
|
||||||
|
|
||||||
<?= $this->task->formatPriority($project, $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:before-title` | Task in public board: before title |
|
||||||
| `template:board:public:task:after-title` | Task in public board: after title |
|
| `template:board:public:task:after-title` | Task in public board: after title |
|
||||||
| `template:board:task:footer` | Task in board: footer |
|
| `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:sidebar` | Sidebar on settings page |
|
||||||
| `template:config:application ` | Application settings form |
|
| `template:config:application ` | Application settings form |
|
||||||
| `template:config:integrations` | Integration page in global settings |
|
| `template:config:integrations` | Integration page in global settings |
|
||||||
|
|||||||
Reference in New Issue
Block a user