diff options
author | Francois Ferrand <thetypz@gmail.com> | 2015-02-13 16:20:44 +0100 |
---|---|---|
committer | Francois Ferrand <thetypz@gmail.com> | 2015-02-13 16:20:44 +0100 |
commit | 42dd31a91bac4c84b146fa956f762d8c82c7eacd (patch) | |
tree | 264fd02725e6266d7ab7a4db7a0b1afcf70281ae | |
parent | 8fde5df4f829e9ea2c3a9262512a34a584e4b4e5 (diff) |
Show date moved in column in task details.
-rw-r--r-- | app/Template/task/details.php | 1 |
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']): ?> |