diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-04 11:14:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-04 11:14:21 -0400 |
commit | 554500aa493faa66b43b2ddce72338880a874724 (patch) | |
tree | 73066cfbe6af3cabf81b5be1dc5ef81e44792a21 /app/Template/board/public.php | |
parent | a327f790ee036664439bf50e00c95fb8a0e1f97e (diff) |
Refactoring to implement new layout with filters: board/calendar/list views (work in progress)
Diffstat (limited to 'app/Template/board/public.php')
-rw-r--r-- | app/Template/board/public.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/Template/board/public.php b/app/Template/board/public.php deleted file mode 100644 index ad7515db..00000000 --- a/app/Template/board/public.php +++ /dev/null @@ -1,11 +0,0 @@ -<section id="main" class="public-board"> - - <?= $this->render('board/show', 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 |