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