diff options
Diffstat (limited to 'app/Template/board/public_view.php')
-rw-r--r-- | app/Template/board/public_view.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Template/board/public_view.php b/app/Template/board/public_view.php new file mode 100644 index 00000000..aea72031 --- /dev/null +++ b/app/Template/board/public_view.php @@ -0,0 +1,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>
\ No newline at end of file |