summaryrefslogtreecommitdiff
path: root/app/Template/gantt/projects.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/gantt/projects.php')
-rw-r--r--app/Template/gantt/projects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/gantt/projects.php b/app/Template/gantt/projects.php
index a072452d..b8431d03 100644
--- a/app/Template/gantt/projects.php
+++ b/app/Template/gantt/projects.php
@@ -2,7 +2,7 @@
<div class="page-header">
<ul>
<li>
- <i class="fa fa-folder fa-fw"></i><?= $this->url->link(t('Projects list'), 'project', 'index') ?>
+ <i class="fa fa-folder fa-fw"></i><?= $this->url->link(t('Projects list'), 'ProjectListController', 'show') ?>
</li>
<?php if ($this->user->hasAccess('projectuser', 'managers')): ?>
<li><i class="fa fa-user fa-fw"></i><?= $this->url->link(t('Users overview'), 'projectuser', 'managers') ?></li>