fix dashboard rows
This commit is contained in:
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…
Reference in New Issue