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 c7c7d226..df153fe7 100644 --- a/templates/project_index.php +++ b/templates/project_index.php @@ -60,6 +60,9 @@ <td> <ul> <li> + <a href="?controller=category&action=index&project_id=<?= $project['id'] ?>"><?= t('Categories') ?></a> + </li> + <li> <a href="?controller=project&action=edit&project_id=<?= $project['id'] ?>"><?= t('Edit project') ?></a> </li> <li> |