mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
13 lines
No EOL
426 B
PHP
13 lines
No EOL
426 B
PHP
<section id="main">
|
|
<?= $this->render('project/filters', array(
|
|
'project' => $project,
|
|
'filters' => $filters,
|
|
)) ?>
|
|
|
|
<div id="calendar"
|
|
data-save-url="<?= $this->url->href('calendar', 'save') ?>"
|
|
data-check-url="<?= $this->url->href('calendar', 'project', array('project_id' => $project['id'])) ?>"
|
|
data-check-interval="<?= $check_interval ?>"
|
|
>
|
|
</div>
|
|
</section>
|