summaryrefslogtreecommitdiff
path: root/app/Template/subtask/table.php
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-10-05 02:35:35 +0100
committerGitHub <noreply@github.com>2016-10-05 02:35:35 +0100
commit471f24f41437fe476dd17c0000169ec100d8c894 (patch)
tree7001089838637e212ecb45dfdd42fe7502daafac /app/Template/subtask/table.php
parent11817d63de0398ad5c5e1ec622fa2ccbce8adb5e (diff)
Renamed hook to better describe position.
Diffstat (limited to 'app/Template/subtask/table.php')
-rw-r--r--app/Template/subtask/table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php
index d5d67165..bea49aed 100644
--- a/app/Template/subtask/table.php
+++ b/app/Template/subtask/table.php
@@ -7,7 +7,7 @@
<tr>
<th class="column-40"><?= t('Title') ?></th>
<th><?= t('Assignee') ?></th>
- <?= $this->hook->render('template:subtask:table:header') ?>
+ <?= $this->hook->render('template:subtask:table:header:before-timetracking') ?>
<th><?= t('Time tracking') ?></th>
<?php if ($editable): ?>
<th class="column-5"></th>