mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Do this also for userentities
This commit is contained in:
parent
3efabd20ec
commit
abe7bd3d18
|
|
@ -349,7 +349,7 @@
|
|||
title="{{ $userentity->caption }}">
|
||||
<a class="nav-link discrete-link"
|
||||
href="{{ $U('/userobjects/' . $userentity->name) }}">
|
||||
<i class="{{ $userentity->icon_css_class }}"></i>
|
||||
<i class="fa-fw {{ $userentity->icon_css_class }}"></i>
|
||||
<span class="nav-link-text">{{ $userentity->caption }}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user