Browse Source

[backend] page user

develop
Fab 3 years ago
parent
commit
7bbd628d09
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Resources/views/backend/user/macros.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/user/macros.html.twig View File

@@ -55,7 +55,7 @@
<br />
<div>
<a class="btn btn-sm btn-primary float-right" href="{{ path('easyadmin', {"action" : 'edit', 'entity': 'User', 'id': user.id}) }}">
Éditer l'utilisateur
<i class="fa fa-pen"></i> Éditer l'utilisateur
</a>
</div>
</div>

Loading…
Cancel
Save