diff options
Diffstat (limited to 'app/Templates')
-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 ?> |