Show date moved in column in task details.

This commit is contained in:
Francois Ferrand 2015-02-13 16:20:44 +01:00
parent 8fde5df4f8
commit 42dd31a91b
1 changed files with 1 additions and 0 deletions

View File

@ -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']): ?>