Added hook to header of table
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<table class="table-small">
|
<table class="table-small">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="column-70"><?= t('Subtask') ?></th>
|
<th class="column-70"><?= t('Subtask') ?></th>
|
||||||
|
<?= $this->hook->render('template:board:tooltip:subtasks:header:before-assignee') ?>
|
||||||
<th><?= t('Assignee') ?></th>
|
<th><?= t('Assignee') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
<?php foreach ($subtasks as $subtask): ?>
|
<?php foreach ($subtasks as $subtask): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user