diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-12 12:03:15 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-12 12:03:15 -0700 |
commit | 66b5659578a9f982b03a85bce7985252119613c3 (patch) | |
tree | 813535bd651e2d43b317a217c4c2913c2c5c1373 /app/Templates/project_index.php | |
parent | 9f46120de940d8e8d1f97a7583b1eb197eb5405a (diff) |
Project cloning/duplication (pull-request #196)
Diffstat (limited to 'app/Templates/project_index.php')
-rw-r--r-- | app/Templates/project_index.php | 3 |
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&action=export&project_id=<?= $project['id'] ?>"><?= t('Tasks Export') ?></a> </li> + <li> + <a href="?controller=project&action=duplicate&project_id=<?= $project['id'].Helper\param_csrf() ?>"><?= t('Clone Project') ?></a> + </li> </ul> </td> <?php endif ?> |