mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Fix link to access user settings from the dropdown menu not beeing recognized as link by the browsers
This commit is contained in:
parent
61a58ddef0
commit
486157a5fd
|
|
@ -639,7 +639,7 @@
|
|||
href="{{ $U('/batteriessettings') }}"><i class="fas fa-battery-half"></i> {{ $__t('Batteries settings') }}</a>
|
||||
@endif
|
||||
<div class="dropdown-divider"></div>
|
||||
<a data-href="{{ $U('/usersettings') }}"
|
||||
<a href="{{ $U('/usersettings') }}"
|
||||
class="dropdown-item discrete-link link-return">
|
||||
<i class="fas fa-user-cog"></i> {{ $__t('User settings') }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user