diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2016-10-05 02:32:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 02:32:35 +0100 |
commit | 11817d63de0398ad5c5e1ec622fa2ccbce8adb5e (patch) | |
tree | 9bc2f79d35cf080d25851b5ced554deddf1eed29 /app/Template/dashboard/subtasks.php | |
parent | f9fa6ceb859c2974bb56c2f2b5bf103219e70994 (diff) |
Renamed hook to better describe position.
Diffstat (limited to 'app/Template/dashboard/subtasks.php')
-rw-r--r-- | app/Template/dashboard/subtasks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/subtasks.php b/app/Template/dashboard/subtasks.php index f2138f97..13770f0f 100644 --- a/app/Template/dashboard/subtasks.php +++ b/app/Template/dashboard/subtasks.php @@ -10,7 +10,7 @@ <th class="column-20"><?= $paginator->order(t('Project'), 'project_name') ?></th> <th><?= $paginator->order(t('Task'), 'task_name') ?></th> <th><?= $paginator->order(t('Subtask'), \Kanboard\Model\SubtaskModel::TABLE.'.title') ?></th> - <?= $this->hook->render('template:dashboard:subtasks:header', array('paginator' => $paginator)) ?> + <?= $this->hook->render('template:dashboard:subtasks:header:before-timetracking', array('paginator' => $paginator)) ?> <th class="column-20"><?= t('Time tracking') ?></th> </tr> <?php foreach ($paginator->getCollection() as $subtask): ?> |