From 4def2ab60cebe111bc76a755b27a68f5beed869b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 7 Feb 2015 22:00:56 -0500 Subject: Add time tracking for subtasks on the dashboard --- app/Template/app/subtasks.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/Template') diff --git a/app/Template/app/subtasks.php b/app/Template/app/subtasks.php index 0948e8f5..1ed57a22 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' ?> + + -- cgit v1.2.3