v0.5.4A - Added a no reservations message on "reservations in location" page

This commit is contained in:
frederikpyt 2020-08-06 10:49:16 +02:00
parent 4b0ad949ba
commit 2d9bd2e11c
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
<?php $i++; ?>
@endforeach
@endforeach
@if($i == 1)
<p class="w-100 text-center">Der er ingen vaskemaskine reservationer for i dag.</p>
@endif
</div>
</main>