diff --git a/ChangeLog b/ChangeLog
index 0e9edd498..f5aaaf4b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ New features:
Improvements:
+* Show both time spent and estimated on the board
* Store board collapsed mode user preference in the database
* Store comment sorting direction in the database
* Avoid tags overlapping on the board
diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php
index bc34363c2..650fe559b 100644
--- a/app/Template/board/task_footer.php
+++ b/app/Template/board/task_footer.php
@@ -81,8 +81,10 @@
-
- = $this->text->e($task['time_estimated']).'h' ?>
+
+
+ = $this->text->e($task['time_spent']) ?>/= $this->text->e($task['time_estimated']) ?>h
+