From 554500aa493faa66b43b2ddce72338880a874724 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 4 Jul 2015 11:14:21 -0400 Subject: Refactoring to implement new layout with filters: board/calendar/list views (work in progress) --- app/Template/board/index.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app/Template/board/index.php (limited to 'app/Template/board/index.php') 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 @@ -
- - render('board/filters', array( - 'categories' => $categories_listing, - 'users' => $users, - 'project' => $project, - )) ?> - - render('board/show', array( - 'project' => $project, - 'swimlanes' => $swimlanes, - 'board_private_refresh_interval' => $board_private_refresh_interval, - 'board_highlight_period' => $board_highlight_period, - )) ?> - -
-- cgit v1.2.3