diff options
Diffstat (limited to 'app/Templates/task_details.php')
-rw-r--r-- | app/Templates/task_details.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Templates/task_details.php b/app/Templates/task_details.php index 018b88f3..8766beac 100644 --- a/app/Templates/task_details.php +++ b/app/Templates/task_details.php @@ -4,6 +4,11 @@ <span class="task-score"><?= Helper\escape($task['score']) ?></span> <?php endif ?> <ul> + <?php if ($task['reference']): ?> + <li> + <strong><?= t('Reference: %s', $task['reference']) ?></strong> + </li> + <?php endif ?> <li> <?= dt('Created on %B %e, %Y at %k:%M %p', $task['date_creation']) ?> </li> |