Redirect
This commit is contained in:
parent
ccd44e3560
commit
328a89f11f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue