summaryrefslogtreecommitdiff
path: root/app/Template/project_header/views.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_header/views.php')
-rw-r--r--app/Template/project_header/views.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_header/views.php b/app/Template/project_header/views.php
index 3a41c91b..f8a5b39b 100644
--- a/app/Template/project_header/views.php
+++ b/app/Template/project_header/views.php
@@ -7,7 +7,7 @@
<i class="fa fa-th fa-fw"></i>
<?= $this->url->link(t('Board'), 'BoardViewController', 'show', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-board', t('Keyboard shortcut: "%s"', 'v b')) ?>
</li>
- <li <?= $this->app->checkMenuSelection('Calendar') ?>>
+ <li <?= $this->app->checkMenuSelection('CalendarController') ?>>
<i class="fa fa-calendar fa-fw"></i>
<?= $this->url->link(t('Calendar'), 'CalendarController', 'show', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-calendar', t('Keyboard shortcut: "%s"', 'v c')) ?>
</li>