diff options
Diffstat (limited to 'app/Template/task_external_link')
-rw-r--r-- | app/Template/task_external_link/show.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/task_external_link/show.php b/app/Template/task_external_link/show.php index 7dce107e..0b9567ba 100644 --- a/app/Template/task_external_link/show.php +++ b/app/Template/task_external_link/show.php @@ -1,3 +1,7 @@ +<div class="task-show-title color-<?= $task['color_id'] ?>"> + <h2><?= $this->text->e($task['title']) ?></h2> +</div> + <div class="page-header"> <h2><?= t('External links') ?></h2> </div> |