Always display project name and task title in task views
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user