diff options
Diffstat (limited to 'app/Template/subtask')
-rw-r--r-- | app/Template/subtask/show.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/subtask/show.php b/app/Template/subtask/show.php index 999016c3..2eda357b 100644 --- a/app/Template/subtask/show.php +++ b/app/Template/subtask/show.php @@ -1,3 +1,9 @@ +<?php if (isset($show_title)): ?> +<div class="task-show-title color-<?= $task['color_id'] ?>"> + <h2><?= $this->text->e($task['title']) ?></h2> +</div> +<?php endif ?> + <div class="page-header"> <h2><?= t('Sub-Tasks') ?></h2> </div> |