summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-17 20:37:14 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-17 20:37:14 -0500
commit10debb3f6c442f12d77175d7b16d4e633f6e0bca (patch)
treea2a7809df541da11c5cf622f302b8316c645fb05 /app/Template
parent4ec507724f6028dfd949df9b547e714714ac990b (diff)
Update task time spent based on subtasks time spent
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/task/time_tracking.php2
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>