Added hook to header of table

This commit is contained in:
Eskiso 2016-10-05 02:50:56 +01:00 committed by GitHub
parent 471f24f414
commit 83a02a112a
1 changed files with 1 additions and 0 deletions

View File

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