summaryrefslogtreecommitdiff
path: root/app/Template/board
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-10-05 02:50:56 +0100
committerGitHub <noreply@github.com>2016-10-05 02:50:56 +0100
commit83a02a112a4ba6648db8e8cd24d84b8f139f9fec (patch)
tree5f456fa9bf57505f00e968b7b981cbb038b7b5a1 /app/Template/board
parent471f24f41437fe476dd17c0000169ec100d8c894 (diff)
Added hook to header of table
Diffstat (limited to 'app/Template/board')
-rw-r--r--app/Template/board/tooltip_subtasks.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/board/tooltip_subtasks.php b/app/Template/board/tooltip_subtasks.php
index afff5e2b..335c28ce 100644
--- a/app/Template/board/tooltip_subtasks.php
+++ b/app/Template/board/tooltip_subtasks.php
@@ -2,6 +2,7 @@
<table class="table-small">
<tr>
<th class="column-70"><?= t('Subtask') ?></th>
+ <?= $this->hook->render('template:board:tooltip:subtasks:header:before-assignee') ?>
<th><?= t('Assignee') ?></th>
</tr>
<?php foreach ($subtasks as $subtask): ?>