blob: a89e7d2b2175098ac8d4d09d68d3381eaf5ef2db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<section id="main">
<?= $this->projectHeader->render($project, 'BoardViewController', 'show', true) ?>
<?= $this->render('board/table_container', array(
'project' => $project,
'swimlanes' => $swimlanes,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
)) ?>
</section>
|