summaryrefslogtreecommitdiff
path: root/app/Templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates')
-rw-r--r--app/Templates/project_index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Templates/project_index.php b/app/Templates/project_index.php
index 097ebd1f..dc71033f 100644
--- a/app/Templates/project_index.php
+++ b/app/Templates/project_index.php
@@ -92,6 +92,9 @@
<li>
<a href="?controller=project&amp;action=export&amp;project_id=<?= $project['id'] ?>"><?= t('Tasks Export') ?></a>
</li>
+ <li>
+ <a href="?controller=project&amp;action=duplicate&amp;project_id=<?= $project['id'].Helper\param_csrf() ?>"><?= t('Clone Project') ?></a>
+ </li>
</ul>
</td>
<?php endif ?>