diff --git a/app/Template/board/table_container.php b/app/Template/board/table_container.php index 2289eaf05..712ba7303 100644 --- a/app/Template/board/table_container.php +++ b/app/Template/board/table_container.php @@ -21,8 +21,14 @@ $swimlane): ?> - - 0 && $swimlane['nb_swimlanes'] > 1): ?> + + render('board/table_column', array( + 'swimlane' => $swimlane, + 'not_editable' => isset($not_editable), + )) ?> + + + 1): ?> render('board/table_swimlane', array( 'project' => $project, 'swimlane' => $swimlane, @@ -30,12 +36,7 @@ )) ?> - render('board/table_column', array( - 'swimlane' => $swimlane, - 'not_editable' => isset($not_editable), - )) ?> - - 1): ?> + 0 && $swimlane['nb_swimlanes'] > 1): ?> render('board/table_swimlane', array( 'project' => $project, 'swimlane' => $swimlane,