summaryrefslogtreecommitdiff
path: root/templates/project_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project_index.php')
-rw-r--r--templates/project_index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/project_index.php b/templates/project_index.php
index 7d3e1844..74d807f6 100644
--- a/templates/project_index.php
+++ b/templates/project_index.php
@@ -69,6 +69,9 @@
<a href="?controller=board&amp;action=edit&amp;project_id=<?= $project['id'] ?>"><?= t('Edit board') ?></a>
</li>
<li>
+ <a href="?controller=action&amp;action=index&amp;project_id=<?= $project['id'] ?>"><?= t('Automatic actions') ?></a>
+ </li>
+ <li>
<?php if ($project['is_active']): ?>
<a href="?controller=project&amp;action=disable&amp;project_id=<?= $project['id'] ?>"><?= t('Disable') ?></a>
<?php else: ?>