From efbf679385773e76cbb436691f63e931c17172d4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 10 Feb 2015 22:10:32 -0500 Subject: Add subtask time tracking in the task view --- app/Template/user/timesheet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/user/timesheet.php') diff --git a/app/Template/user/timesheet.php b/app/Template/user/timesheet.php index fb7e51f0..4f052006 100644 --- a/app/Template/user/timesheet.php +++ b/app/Template/user/timesheet.php @@ -8,8 +8,8 @@ - - + + -- cgit v1.2.3
order('Task', 'task_title') ?>order('Subtask', 'subtask_title') ?>order(t('Task'), 'task_title') ?>order(t('Subtask'), 'subtask_title') ?> order(t('Start'), 'start') ?> order(t('End'), 'end') ?>