Unification of project header
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
<section id="main">
|
||||
<?= $this->render('project_header/header', array(
|
||||
'project' => $project,
|
||||
'filters' => $filters,
|
||||
)) ?>
|
||||
|
||||
<?= $this->projectHeader->render($project, 'Calendar', 'show') ?>
|
||||
<div id="calendar"
|
||||
data-save-url="<?= $this->url->href('calendar', 'save', array('project_id' => $project['id'])) ?>"
|
||||
data-check-url="<?= $this->url->href('calendar', 'project', array('project_id' => $project['id'])) ?>"
|
||||
|
||||
Reference in New Issue
Block a user