v0.7.0 - Settings tab
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user