Put back task actions on the sidebar

This commit is contained in:
Frederic Guillot
2016-03-17 23:12:16 -04:00
parent 24c224ddc2
commit f1e4fb92b3
8 changed files with 115 additions and 4 deletions

View File

@@ -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">