summaryrefslogtreecommitdiff
path: root/app/Template/action/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/action/index.php')
-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)): ?>