Show date moved in column in task details.
This commit is contained in:
parent
8fde5df4f8
commit
42dd31a91b
|
|
@ -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']): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue