diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:21:23 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:21:23 -0400 |
commit | 7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 (patch) | |
tree | ee101992e87d740bdf0362e35ea040c866986f5a /templates/project_index.php | |
parent | 7bd4697dfca41a21f5857f83d6b29108fafb9a1e (diff) |
Automatic actions
Diffstat (limited to 'templates/project_index.php')
-rw-r--r-- | templates/project_index.php | 3 |
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&action=edit&project_id=<?= $project['id'] ?>"><?= t('Edit board') ?></a> </li> <li> + <a href="?controller=action&action=index&project_id=<?= $project['id'] ?>"><?= t('Automatic actions') ?></a> + </li> + <li> <?php if ($project['is_active']): ?> <a href="?controller=project&action=disable&project_id=<?= $project['id'] ?>"><?= t('Disable') ?></a> <?php else: ?> |