diff options
Diffstat (limited to 'app/Template/project_header')
-rw-r--r-- | app/Template/project_header/dropdown.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/project_header/dropdown.php b/app/Template/project_header/dropdown.php index 1aa59a8d..7dffcb85 100644 --- a/app/Template/project_header/dropdown.php +++ b/app/Template/project_header/dropdown.php @@ -75,13 +75,13 @@ <?php if ($this->user->hasProjectAccess('ProjectEdit', 'edit', $project['id'])): ?> <li> <i class="fa fa-cog fa-fw"></i> - <?= $this->url->link(t('Settings'), 'project', 'show', array('project_id' => $project['id'])) ?> + <?= $this->url->link(t('Settings'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?> </li> <?php endif ?> <li> <i class="fa fa-folder fa-fw" aria-hidden="true"></i> - <?= $this->url->link(t('Manage projects'), 'project', 'index') ?> + <?= $this->url->link(t('Manage projects'), 'ProjectListController', 'show') ?> </li> </ul> </div> |