diff options
Diffstat (limited to 'templates/task_show.php')
-rw-r--r-- | templates/task_show.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/task_show.php b/templates/task_show.php index f0cea410..a5b79359 100644 --- a/templates/task_show.php +++ b/templates/task_show.php @@ -31,6 +31,11 @@ <strong><?= Helper\escape($task['column_title']) ?></strong> (<?= Helper\escape($task['project_name']) ?>) </li> + <?php if ($task['category_name']): ?> + <li> + <?= t('Category:') ?> <strong><?= Helper\escape($task['category_name']) ?></strong> + </li> + <?php endif ?> <li> <?php if ($task['is_active'] == 1): ?> <?= t('Status is open') ?> |