summaryrefslogtreecommitdiff
path: root/app/Template/calendar/show.php
blob: f00e810b85c6c554c5dfb3b6a68c95c6ecc61506 (plain)
1
2
3
4
5
6
7
8
9
<section id="main">
    <?= $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'])) ?>"
         data-check-interval="<?= $check_interval ?>"
    >
    </div>
</section>