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 @@
= $paginator->order(t('Project'), 'project_name') ?> |
= $paginator->order(t('Status'), 'status') ?> |
= $paginator->order(t('Subtask'), 'title') ?> |
+ = t('Time tracking') ?> |
getCollection() as $subtask): ?>
@@ -23,6 +24,15 @@
|
= $this->a($this->e($subtask['title']), 'task', 'show', array('task_id' => $subtask['task_id'], 'project_id' => $subtask['project_id'])) ?>
|
+
+
+ = $this->e($subtask['time_spent']).'h' ?> = t('spent') ?>
+
+
+
+ = $this->e($subtask['time_estimated']).'h' ?> = t('estimated') ?>
+
+ |