This commit is contained in:
Charles 2025-08-07 12:22:36 +02:00
parent ccd44e3560
commit 328a89f11f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
</div>
</a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown px-2" aria-labelledby="profileDropdown" data-bs-popper="static">
<a class="dropdown-item border-bottom" style="padding-left: 8px;" href="#">
<a class="dropdown-item border-bottom" style="padding-left: 8px;" href="{{ path('user_show', {'id': app.user.id}) }}">
<i class="me-2">{{ ux_icon('bi:gear', {height: '20px', width: '20px'}) }}</i>
Profil
</a>