summaryrefslogtreecommitdiff
path: root/app/Template/subtask/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/subtask/show.php')
-rw-r--r--app/Template/subtask/show.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/subtask/show.php b/app/Template/subtask/show.php
index 2eda357b..0e94a305 100644
--- a/app/Template/subtask/show.php
+++ b/app/Template/subtask/show.php
@@ -6,6 +6,12 @@
<div class="page-header">
<h2><?= t('Sub-Tasks') ?></h2>
+ <ul>
+ <li>
+ <i class="fa fa-plus fa-fw"></i>
+ <?= $this->url->link(t('Add a sub-task'), 'subtask', 'create', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
+ </li>
+ </ul>
</div>
<div id="subtasks">