summaryrefslogtreecommitdiff
path: root/app/Template/action
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-05 13:39:55 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-05 13:39:55 -0500
commit1e169ae16c68c28b4626a731366a658f6ddfd3a3 (patch)
tree7ecd01f4b1ae8e282447f0fee4ae050a88d27791 /app/Template/action
parent9983e1422b6a473bf8be0b56773140a3886a239a (diff)
Import automatic actions from another project
Diffstat (limited to 'app/Template/action')
-rw-r--r--app/Template/action/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/action/index.php b/app/Template/action/index.php
index 6e9c16a5..1cc14782 100644
--- a/app/Template/action/index.php
+++ b/app/Template/action/index.php
@@ -1,5 +1,11 @@
<div class="page-header">
<h2><?= t('Automatic actions for the project "%s"', $project['name']) ?></h2>
+ <ul>
+ <li>
+ <i class="fa fa-plus fa-fw"></i>
+ <?= $this->url->link(t('Import from another project'), 'ActionProject', 'project', array('project_id' => $project['id']), false, 'popover') ?>
+ </li>
+ </ul>
</div>
<?php if (! empty($actions)): ?>