summaryrefslogtreecommitdiff
path: root/app/Templates/project_index.php
diff options
context:
space:
mode:
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 927924a5..097ebd1f 100644
--- a/app/Templates/project_index.php
+++ b/app/Templates/project_index.php
@@ -89,6 +89,9 @@
<li>
<a href="?controller=board&amp;action=readonly&amp;token=<?= $project['token'] ?>" target="_blank"><?= t('Public link') ?></a>
</li>
+ <li>
+ <a href="?controller=project&amp;action=export&amp;project_id=<?= $project['id'] ?>"><?= t('Tasks Export') ?></a>
+ </li>
</ul>
</td>
<?php endif ?>