Merge pull-request #626

This commit is contained in:
Frederic Guillot 2015-02-16 21:19:21 -05:00
commit 3d1830de4f
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']): ?>