diff --git a/app/Template/project_header/views.php b/app/Template/project_header/views.php index 3a41c91be..f8a5b39bc 100644 --- a/app/Template/project_header/views.php +++ b/app/Template/project_header/views.php @@ -7,7 +7,7 @@ url->link(t('Board'), 'BoardViewController', 'show', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-board', t('Keyboard shortcut: "%s"', 'v b')) ?> -
  • app->checkMenuSelection('Calendar') ?>> +
  • app->checkMenuSelection('CalendarController') ?>> url->link(t('Calendar'), 'CalendarController', 'show', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-calendar', t('Keyboard shortcut: "%s"', 'v c')) ?>