fix dashboard rows

main
msquare 7 years ago
parent d4ccc14d6c
commit 0101993284

@ -16,7 +16,7 @@ function public_dashboard_view($stats, $free_shifts)
]; ];
foreach ($free_shifts as $i => $shift) { foreach ($free_shifts as $i => $shift) {
$shift_panels[] = public_dashboard_shift_render($shift); $shift_panels[] = public_dashboard_shift_render($shift);
if($i % 4 == 0) { if($i % 4 == 3) {
$shift_panels[] = '</div><div class="row">'; $shift_panels[] = '</div><div class="row">';
} }
} }

Loading…
Cancel
Save