diff --git a/app/Template/task/details.php b/app/Template/task/details.php
index 3b4d4b38b..cf3057434 100644
--- a/app/Template/task/details.php
+++ b/app/Template/task/details.php
@@ -92,12 +92,6 @@
= $this->text->e($task['creator_name'] ?: $task['creator_username']) ?>
-
-
- = t('Due date:') ?>
- = $this->dt->datetime($task['date_due']) ?>
-
-
= t('Time estimated:') ?>
@@ -116,6 +110,18 @@
+
+ -
+ = t('Due date:') ?>
+ = $this->dt->datetime($task['date_due']) ?>
+
+
+
+ -
+ = t('Started:') ?>
+ = $this->dt->datetime($task['date_started']) ?>
+
+
-
= t('Created:') ?>
= $this->dt->datetime($task['date_creation']) ?>
@@ -130,12 +136,6 @@
= $this->dt->datetime($task['date_completed']) ?>
-
- -
- = t('Started:') ?>
- = $this->dt->datetime($task['date_started']) ?>
-
-
-
= t('Moved:') ?>