diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-11 19:36:48 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-11 19:36:48 -0500 |
commit | 8f6b3295e89af4c877f5522b9941fafd51b795c7 (patch) | |
tree | d1f29f798ef1d0d10e2b21afb082398957d290c5 /app/Template/calendar/project.php | |
parent | cfd3000d833d3a99df0b4248e3b6160e9be4f22a (diff) |
Move dashboard menu for calendar and activity stream
Diffstat (limited to 'app/Template/calendar/project.php')
-rw-r--r-- | app/Template/calendar/project.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/calendar/project.php b/app/Template/calendar/project.php new file mode 100644 index 00000000..769e019b --- /dev/null +++ b/app/Template/calendar/project.php @@ -0,0 +1,6 @@ +<?= $this->projectHeader->render($project, 'CalendarController', 'show') ?> + +<?= $this->calendar->render( + $this->url->href('CalendarController', 'projectEvents', array('project_id' => $project['id'])), + $this->url->href('CalendarController', 'save', array('project_id' => $project['id'])) +) ?> |