v0.5.4A - Added a no reservations message on "reservations in location" page
This commit is contained in:
parent
4b0ad949ba
commit
2d9bd2e11c
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue