Move dashboard menu for calendar and activity stream
This commit is contained in:
6
app/Template/calendar/project.php
Normal file
6
app/Template/calendar/project.php
Normal file
@@ -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']))
|
||||
) ?>
|
||||
Reference in New Issue
Block a user