diff options
Diffstat (limited to 'app/Template/board/index.php')
-rw-r--r-- | app/Template/board/index.php | 16 |
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> |