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

@@ -4,6 +4,12 @@
<div class="page-header">
<h2><?= t('External links') ?></h2>
<ul>
<li>
<i class="fa fa-external-link fa-fw"></i>
<?= $this->url->link(t('Add external link'), 'TaskExternalLink', 'find', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
</li>
</ul>
</div>
<?php if (empty($links)): ?>