summaryrefslogtreecommitdiff
path: root/app/Template/task_external_link/show.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-17 23:12:16 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-17 23:12:16 -0400
commitf1e4fb92b361b409d2da8d84440653ac469b7d4f (patch)
tree686122e12ebb31ee639069745bfe9a4de44d093c /app/Template/task_external_link/show.php
parent24c224ddc224f68521f3143d66754742311d2a83 (diff)
Put back task actions on the sidebar
Diffstat (limited to 'app/Template/task_external_link/show.php')
-rw-r--r--app/Template/task_external_link/show.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/task_external_link/show.php b/app/Template/task_external_link/show.php
index 0b9567ba..e9339e86 100644
--- a/app/Template/task_external_link/show.php
+++ b/app/Template/task_external_link/show.php
@@ -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)): ?>