blob: 8eb6415dd224fad760a26b387833fbcaecd92752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<section id="main" class="public-board">
<?= $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,
)) ?>
</section>
|