feat: profile page for administrative users and muting of notifications

This commit is contained in:
Björn Fromme
2024-05-16 11:19:37 +02:00
parent b761480ffe
commit f43b47e987
9 changed files with 164 additions and 0 deletions
+4
View File
@@ -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"