summaryrefslogtreecommitdiff
path: root/app/Template/subtask/table.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-10-05 08:46:39 -0400
committerFrederic Guillot <fred@kanboard.net>2016-10-05 08:46:39 -0400
commit9159be81ec48dafa4ce0302418e5fcd2a95d734c (patch)
tree91e6fc577491d0ba73d8c24dd09c6e97a350064c /app/Template/subtask/table.php
parent1c0fad6e129aa390ae0926718c2c1d041959d2a3 (diff)
parentb18e3d6a5c25cfbfc87ee4d62231ff8a2866da52 (diff)
Merge pull-request #2707
Diffstat (limited to 'app/Template/subtask/table.php')
-rw-r--r--app/Template/subtask/table.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php
index 5c60df44..bea49aed 100644
--- a/app/Template/subtask/table.php
+++ b/app/Template/subtask/table.php
@@ -7,6 +7,7 @@
<tr>
<th class="column-40"><?= t('Title') ?></th>
<th><?= t('Assignee') ?></th>
+ <?= $this->hook->render('template:subtask:table:header:before-timetracking') ?>
<th><?= t('Time tracking') ?></th>
<?php if ($editable): ?>
<th class="column-5"></th>
@@ -29,6 +30,7 @@
<?= $this->text->e($subtask['name'] ?: $subtask['username']) ?>
<?php endif ?>
</td>
+ <?= $this->hook->render('template:subtask:table:rows', array('subtask' => $subtask)) ?>
<td>
<ul class="no-bullet">
<li>