From 98798c5b76c6b1d24f94666a07e92f28f30a5dc0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 25 Aug 2016 21:15:41 -0400 Subject: Show both time spent and estimated on the board --- app/Template/board/task_footer.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/Template/board/task_footer.php') diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php index bc34363c..650fe559 100644 --- a/app/Template/board/task_footer.php +++ b/app/Template/board/task_footer.php @@ -81,8 +81,10 @@ - - text->e($task['time_estimated']).'h' ?> + + + text->e($task['time_spent']) ?>/text->e($task['time_estimated']) ?>h + -- cgit v1.2.3