v0.10.16 - Various fixes
This commit is contained in:
@@ -34,30 +34,40 @@
|
||||
<img src="{{URL::asset('/images/icons/Home.svg')}}" alt="Home">
|
||||
Home
|
||||
</a>
|
||||
@if(auth()->user()->can('menuplan.show'))
|
||||
<a href="{{ route("menu-plans.index") }}">
|
||||
<img src="{{URL::asset('/images/icons/Menuplan.svg')}}" alt="Menuplan">
|
||||
{{ __('msg.menuplan') }}
|
||||
</a>
|
||||
@endif
|
||||
@if(auth()->user()->can('event.show'))
|
||||
<a href="{{ route("events.index") }}">
|
||||
<img src="{{URL::asset('/images/icons/Aktiviteter.svg')}}" alt="Aktiviteter">
|
||||
{{ __('msg.aktiviteter') }}
|
||||
</a>
|
||||
@endif
|
||||
@if(auth()->user()->can('washing.machine.reservation.show'))
|
||||
<a href="{{ route("washing-reservations.appindex") }}">
|
||||
<img src="{{URL::asset('/images/icons/Vaske booking liste.svg')}}" alt="Reservationer">
|
||||
{{ __('msg.reservationer') }}
|
||||
</a>
|
||||
@endif
|
||||
@if(auth()->user()->can('contact.show'))
|
||||
<a href="{{ route("contacts.index") }}">
|
||||
<img src="{{URL::asset('/images/icons/Kontoret.svg')}}" alt="Kontakter">
|
||||
{{ __('msg.kontoret') }}
|
||||
</a>
|
||||
@endif
|
||||
<a href="{{ route("phones.index") }}">
|
||||
<img src="{{URL::asset('/images/icons/Vagttelefon-hvid.svg')}}" alt="Vagttelefon">
|
||||
{{ __('msg.vagttelefon') }}
|
||||
</a>
|
||||
@if(auth()->user()->can('guides.show'))
|
||||
<a href="{{ route("guides.index") }}">
|
||||
<img src="{{URL::asset('/images/icons/Vejledninger.svg')}}" alt="Guide">
|
||||
{{ __('msg.vejledning') }}
|
||||
</a>
|
||||
@endif
|
||||
<a href="{{ route("users.account") }}">
|
||||
<img src="{{URL::asset('/images/icons/user-hvid.svg')}}" alt="Konto">
|
||||
{{ __('msg.konto') }}
|
||||
|
||||
Reference in New Issue
Block a user