summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Template/task/details.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/task/details.php b/app/Template/task/details.php
index 3205514c..76241acf 100644
--- a/app/Template/task/details.php
+++ b/app/Template/task/details.php
@@ -60,6 +60,7 @@
<?= t('Column on the board:') ?>
<strong><?= $this->e($task['column_title']) ?></strong>
(<?= $this->e($task['project_name']) ?>)
+ <?= dt('since %B %e, %Y at %k:%M %p', $task['date_moved']) ?>
</li>
<li><?= t('Task position:').' '.$this->e($task['position']) ?></li>
<?php if ($task['category_name']): ?>