1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/app/Template/board/public.php

12 lines
402 B
PHP
Raw Normal View History

2014-07-20 12:26:15 +02:00
<section id="main" class="public-board">
2015-01-16 14:23:05 +01:00
<?= $this->render('board/show', array(
'project' => $project,
'swimlanes' => $swimlanes,
'categories' => $categories,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
'not_editable' => true,
)) ?>
2014-07-20 12:26:15 +02:00
</section>