diff options
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 4048879b..7d3e1844 100644 --- a/templates/project_index.php +++ b/templates/project_index.php @@ -63,6 +63,9 @@ <a href="?controller=project&action=edit&project_id=<?= $project['id'] ?>"><?= t('Edit project') ?></a> </li> <li> + <a href="?controller=project&action=users&project_id=<?= $project['id'] ?>"><?= t('Edit users access') ?></a> + </li> + <li> <a href="?controller=board&action=edit&project_id=<?= $project['id'] ?>"><?= t('Edit board') ?></a> </li> <li> |