summaryrefslogtreecommitdiff
path: root/templates/project_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project_index.php')
-rw-r--r--templates/project_index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/project_index.php b/templates/project_index.php
index d144e41f..8c75ef0b 100644
--- a/templates/project_index.php
+++ b/templates/project_index.php
@@ -75,6 +75,9 @@
<li>
<a href="?controller=project&amp;action=confirm&amp;project_id=<?= $project['id'] ?>"><?= t('Remove') ?></a>
</li>
+ <li>
+ <a href="?controller=board&amp;action=readonly&amp;token=<?= $project['token'] ?>" target="_blank"><?= t('Public link') ?></a>
+ </li>
</ul>
</td>
<?php endif ?>