diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-22 16:30:03 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-22 16:30:03 -0500 |
commit | 2f4651411b1827e1e5859ba6053052b508f455e0 (patch) | |
tree | ea07631e7a5e5850367f873c7a9c1a0e07e10638 /templates/project_index.php | |
parent | a1923d3d7f9276e859d6fd6bee339f0ea00f6544 (diff) |
Add kiosk mode, public board access with read-only and auto-refresh
Diffstat (limited to 'templates/project_index.php')
-rw-r--r-- | templates/project_index.php | 3 |
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&action=confirm&project_id=<?= $project['id'] ?>"><?= t('Remove') ?></a> </li> + <li> + <a href="?controller=board&action=readonly&token=<?= $project['token'] ?>" target="_blank"><?= t('Public link') ?></a> + </li> </ul> </td> <?php endif ?> |