blob: 0544f39242998516d617a80a75189587447f449f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<section id="main" class="public-board">
<?= Helper\template('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>
|