summaryrefslogtreecommitdiff
path: root/app/Template/board/index.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 11:14:21 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 11:14:21 -0400
commit554500aa493faa66b43b2ddce72338880a874724 (patch)
tree73066cfbe6af3cabf81b5be1dc5ef81e44792a21 /app/Template/board/index.php
parenta327f790ee036664439bf50e00c95fb8a0e1f97e (diff)
Refactoring to implement new layout with filters: board/calendar/list views (work in progress)
Diffstat (limited to 'app/Template/board/index.php')
-rw-r--r--app/Template/board/index.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/Template/board/index.php b/app/Template/board/index.php
deleted file mode 100644
index 6f6fddbe..00000000
--- a/app/Template/board/index.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<section id="main">
-
- <?= $this->render('board/filters', array(
- 'categories' => $categories_listing,
- 'users' => $users,
- 'project' => $project,
- )) ?>
-
- <?= $this->render('board/show', array(
- 'project' => $project,
- 'swimlanes' => $swimlanes,
- 'board_private_refresh_interval' => $board_private_refresh_interval,
- 'board_highlight_period' => $board_highlight_period,
- )) ?>
-
-</section>