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

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>