Renamed hook to better describe position.

This commit is contained in:
Eskiso 2016-10-05 02:32:35 +01:00 committed by GitHub
parent f9fa6ceb85
commit 11817d63de
1 changed files with 1 additions and 1 deletions

View File

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