summaryrefslogtreecommitdiff
path: root/app/Template/project_header
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-03-11 19:36:48 -0500
committerFrederic Guillot <fred@kanboard.net>2017-03-11 19:36:48 -0500
commit8f6b3295e89af4c877f5522b9941fafd51b795c7 (patch)
treed1f29f798ef1d0d10e2b21afb082398957d290c5 /app/Template/project_header
parentcfd3000d833d3a99df0b4248e3b6160e9be4f22a (diff)
Move dashboard menu for calendar and activity stream
Diffstat (limited to 'app/Template/project_header')
-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 0328a051..2684c744 100644
--- a/app/Template/project_header/views.php
+++ b/app/Template/project_header/views.php
@@ -6,7 +6,7 @@
<?= $this->url->icon('th', 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('CalendarController') ?>>
- <?= $this->url->icon('calendar', t('Calendar'), 'CalendarController', 'show', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-calendar', t('Keyboard shortcut: "%s"', 'v c')) ?>
+ <?= $this->url->icon('calendar', t('Calendar'), 'CalendarController', 'project', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-calendar', t('Keyboard shortcut: "%s"', 'v c')) ?>
</li>
<li <?= $this->app->checkMenuSelection('TaskListController') ?>>
<?= $this->url->icon('list', t('List'), 'TaskListController', 'show', array('project_id' => $project['id'], 'search' => $filters['search']), false, 'view-listing', t('Keyboard shortcut: "%s"', 'v l')) ?>