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

@@ -2,6 +2,12 @@
<div id="description" class="task-show-section">
<div class="page-header">
<h2><?= t('Description') ?></h2>
<ul>
<li>
<i class="fa fa-edit fa-fw"></i>
<?= $this->url->link(t('Edit the description'), 'taskmodification', 'description', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
</li>
</ul>
</div>
<article class="markdown task-show-description">