feat: profile page for administrative users and muting of notifications
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
class="h-8 w-auto rounded-full"
|
||||
alt="{{ app.user.teamer.firstName }}">
|
||||
</a>
|
||||
{% elseif is_granted('ROLE_ADMINISTRATIVE') %}
|
||||
<a href="{{ path('app_administrative_profile_index') }}" title="Mein Profil">
|
||||
{{ icon('user', 'w-8 h-8') }}
|
||||
</a>
|
||||
{% endif %}
|
||||
<button type="button"
|
||||
class="lg:hidden"
|
||||
|
||||
Reference in New Issue
Block a user