blob: aea72031d23f147608fbd1c540f0849d7f361407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|