Fix typo in project view switcher template

This commit is contained in:
Frederic Guillot 2016-09-03 20:07:00 -04:00
parent afe5c52ffe
commit 67bbb9f49a
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
1 changed files with 1 additions and 1 deletions

View File

@ -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>