summaryrefslogtreecommitdiff
path: root/app/Template/project/dropdown.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project/dropdown.php')
-rw-r--r--app/Template/project/dropdown.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/dropdown.php b/app/Template/project/dropdown.php
index 843574fe..02bc4c02 100644
--- a/app/Template/project/dropdown.php
+++ b/app/Template/project/dropdown.php
@@ -37,7 +37,7 @@
<?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 ?>
</ul>