看板初始化提交
This commit is contained in:
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user