blob: 9e5360ce90cbba5cd8ae4b60203349ad305a3d78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<section id="main" class="public-board">
<?= $this->render('board/show', array(
'project' => $project,
'swimlanes' => $swimlanes,
'categories_listing' => $categories_listing,
'categories_description' => $categories_description,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
'not_editable' => true,
)) ?>
</section>
|