diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 9b56e10..969e00e 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -1,4 +1,4 @@ -getData('nav')->render(); \ No newline at end of file +getData('nav')->render(); diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php index 2d3b7a2..ec93c5d 100644 --- a/Theme/Backend/kanban-board.tpl.php +++ b/Theme/Backend/kanban-board.tpl.php @@ -1,4 +1,4 @@ -getData('board'); $columns = $board->getColumns(); // todo: column width should be % but with min-width and on small screens full width diff --git a/Theme/Backend/kanban-card.tpl.php b/Theme/Backend/kanban-card.tpl.php index fa08b6b..6755661 100644 --- a/Theme/Backend/kanban-card.tpl.php +++ b/Theme/Backend/kanban-card.tpl.php @@ -1,4 +1,4 @@ -getData('card'); $comments = $card->getComments(); ?> diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php index 1aa9b2d..2ee3774 100644 --- a/Theme/Backend/kanban-dashboard.tpl.php +++ b/Theme/Backend/kanban-dashboard.tpl.php @@ -1,4 +1,4 @@ -getData('boards'); echo $this->getData('nav')->render(); ?>