v0.7.0 - Settings tab

This commit is contained in:
frederikpyt
2020-08-11 12:37:31 +02:00
parent 76e0d7997a
commit c2ae6e08c3
9 changed files with 101 additions and 80 deletions
@@ -44,7 +44,7 @@
{{-- Galleri--}}
{{-- </a>--}}
<a href="{{ route("contacts.index") }}">
<img src="{{URL::asset('/images/icons/Kontoret.svg')}}" alt="Kontoret">
<img src="{{URL::asset('/images/icons/Kontoret.svg')}}" alt="Kontakter">
{{ __('msg.kontoret') }}
</a>
<a href="{{ route("phones.index") }}">
@@ -59,6 +59,10 @@
<img src="{{URL::asset('/images/icons/user-hvid.svg')}}" alt="Konto">
{{ __('msg.konto') }}
</a>
<a href="{{ route("settings.index") }}">
<img src="{{URL::asset('/images/icons/settings-hvid.svg')}}" alt="Indstillinger">
{{ __('msg.indstillinger') }}
</a>
<a href="{{ route('users.logout') }}">
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Logud">
{{ __('msg.logud') }}