summaryrefslogtreecommitdiff
path: root/app/Template/board/public_view.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-26 19:04:58 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-26 19:04:58 -0400
commit16e14b76a6dc2eca028fa08c0db9a9651f16bfd9 (patch)
treec85bf9380979ffbe64dc1831ebf586c97ad0b7ac /app/Template/board/public_view.php
parent53f4b410088258cf76162543909db025ecb62656 (diff)
Change swimlane layout to save space on the screen
Diffstat (limited to 'app/Template/board/public_view.php')
-rw-r--r--app/Template/board/public_view.php11
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