diff options
Diffstat (limited to 'app/Template/task/details.php')
-rw-r--r-- | app/Template/task/details.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/task/details.php b/app/Template/task/details.php index 74799b15..d885ca9c 100644 --- a/app/Template/task/details.php +++ b/app/Template/task/details.php @@ -4,6 +4,9 @@ <span class="task-score"><?= $this->e($task['score']) ?></span> <?php endif ?> <ul> + <li> + <strong><?= t('Priority: %d', $task['priority']) ?></strong> + </li> <?php if ($task['reference']): ?> <li> <strong><?= t('Reference: %s', $task['reference']) ?></strong> |