v1.3.4 - Small fixes

This commit is contained in:
frederikpyt
2020-09-22 09:07:36 +02:00
parent cc3d78200a
commit 505ed3710b
9 changed files with 73 additions and 9 deletions
@@ -33,7 +33,6 @@
@if(count($reservations) < 1 || $washingreservations == 0)
<p style="margin: 0 18px;">{{__('msg.duharingenreservationer')}}.</p>
@else
{{ $reservations->links() }}
@endif
<a href="{{ route("washing-reservations.create") }}" class="btn btn-sde-blue mt-auto mb-1">{{__('msg.reservervaskemaskine')}}</a>
</main>