diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-09-03 20:07:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-09-03 20:07:00 -0400 |
commit | 67bbb9f49a5105980584c194ba33e69e64a8266e (patch) | |
tree | ac3323ec9ba953c5860d82830f73f3cc7ff14fb4 /app/Template/project_header/views.php | |
parent | afe5c52ffe28039b242bef34d2c9a3c6104da975 (diff) |
Fix typo in project view switcher template
Diffstat (limited to 'app/Template/project_header/views.php')
-rw-r--r-- | app/Template/project_header/views.php | 2 |
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> |