Do this also for userentities

This commit is contained in:
Bernd Bestel 2023-09-19 18:06:46 +02:00
parent 3efabd20ec
commit abe7bd3d18
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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>