kb / app /Template /board /view_public.php
Xv Zan
ULFS
e4f4821
raw
history blame contribute delete
372 Bytes
<section id="main" class="public-board">
<?= $this->render('board/table_container', array(
'project' => $project,
'swimlanes' => $swimlanes,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
'not_editable' => true,
)) ?>
</section>