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
@@ -81,6 +81,4 @@
@endforeach
</table>
</div>
{{ $guides->links() }}
@endsection
@@ -45,6 +45,4 @@
</tr>
@endforeach
</table>
{{ $locations->links() }}
@endsection
@@ -20,7 +20,6 @@
<a class="btn text-center btn-sde-blue mt-1" href="tel:+45{{ $contact->phone }}">{{__('msg.ring')}}</a>
@endif
@endforeach
{{ $contacts->links() }}
@else
<p class="text-center">{{__('msg.dereringenkontakter')}}!</p>
@endif
@@ -117,7 +117,6 @@
</div>
</div>
@endforeach
{{ $events->links() }}
@else
<p class="text-center" style="margin-bottom: auto">{{__('msg.dereringenaktiviteter')}}!</p>
@endif
@@ -55,7 +55,6 @@
</div>
</div>
@endforeach
{{ $guides->links() }}
@else
<p style="margin: 0 18px; margin-bottom: auto; text-align: center">{{__('msg.dereringenvejledninger')}}.</p>
@endif
@@ -37,5 +37,4 @@
<p class="text-center">{{__('msg.dereringenmenuplanerdenneuge')}}!</p>
@endif
</main>
{{ $menuPlans->links() }}
@endsection
@@ -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>