summaryrefslogtreecommitdiff
path: root/app/Templates/project_index.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-08-12 12:03:15 -0700
committerFrédéric Guillot <fred@kanboard.net>2014-08-12 12:03:15 -0700
commit66b5659578a9f982b03a85bce7985252119613c3 (patch)
tree813535bd651e2d43b317a217c4c2913c2c5c1373 /app/Templates/project_index.php
parent9f46120de940d8e8d1f97a7583b1eb197eb5405a (diff)
Project cloning/duplication (pull-request #196)
Diffstat (limited to 'app/Templates/project_index.php')
-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 ?>