diff --git a/app/Template/app/subtasks.php b/app/Template/app/subtasks.php index 0948e8f5b..1ed57a22f 100644 --- a/app/Template/app/subtasks.php +++ b/app/Template/app/subtasks.php @@ -8,6 +8,7 @@ order(t('Project'), 'project_name') ?> order(t('Status'), 'status') ?> order(t('Subtask'), 'title') ?> + getCollection() as $subtask): ?> @@ -23,6 +24,15 @@ a($this->e($subtask['title']), 'task', 'show', array('task_id' => $subtask['task_id'], 'project_id' => $subtask['project_id'])) ?> + + + e($subtask['time_spent']).'h' ?> + + + + e($subtask['time_estimated']).'h' ?> + +