diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-17 20:37:14 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-17 20:37:14 -0500 |
commit | 10debb3f6c442f12d77175d7b16d4e633f6e0bca (patch) | |
tree | a2a7809df541da11c5cf622f302b8316c645fb05 /app/Template | |
parent | 4ec507724f6028dfd949df9b547e714714ac990b (diff) |
Update task time spent based on subtasks time spent
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/task/time_tracking.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/time_tracking.php b/app/Template/task/time_tracking.php index 6e86df91..1dea0f0b 100644 --- a/app/Template/task/time_tracking.php +++ b/app/Template/task/time_tracking.php @@ -7,7 +7,7 @@ <table class="table-fixed"> <tr> <th class="column-20"><?= $subtask_paginator->order(t('User'), 'username') ?></th> - <th class="column-40"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th> + <th class="column-30"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th> <th><?= $subtask_paginator->order(t('Start'), 'start') ?></th> <th><?= $subtask_paginator->order(t('End'), 'end') ?></th> </tr> |