mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
13 lines
No EOL
440 B
PHP
13 lines
No EOL
440 B
PHP
<section id="main">
|
|
<?= $this->projectHeader->render($project, 'Listing', 'show') ?>
|
|
<section class="sidebar-container">
|
|
<?= $this->render($sidebar_template, array('project' => $project)) ?>
|
|
|
|
<div class="sidebar-content">
|
|
<?= $content_for_sublayout ?>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
<?= $this->asset->js('assets/js/vendor/d3.v3.min.js') ?>
|
|
<?= $this->asset->js('assets/js/vendor/c3.min.js') ?>
|