From: Raphaƫl Gertz <git@rapsys.eu> Date: Sat, 28 Aug 2021 08:24:43 +0000 (+0200) Subject: Add modify link X-Git-Tag: 0.2.0~21 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/e1f07d8f8350aed7dba10735f9edcf062ec4cef5 Add modify link --- diff --git a/Resources/views/user/index.html.twig b/Resources/views/user/index.html.twig index bdcbfbd..58417a7 100644 --- a/Resources/views/user/index.html.twig +++ b/Resources/views/user/index.html.twig @@ -13,7 +13,7 @@ <h3>{{ group }}</h3> <ul> {% for id, user in users %} - <li><a href="{{ path('rapsys_air_user_view', {'id': id}) }}">{{ user.pseudonym }}</a><a href="{{ path('rapsys_user_edit', {'mail': user.mail|short, 'hash': user.mail|short|hash}) }}">{% trans %}Edit{% endtrans %}</a></li> + <li><a href="{{ path('rapsys_air_user_view', {'id': id}) }}">{{ user.pseudonym }}</a><a href="{{ path('rapsys_user_edit', {'mail': user.mail|short, 'hash': user.mail|short|hash}) }}">{% trans %}Modify{% endtrans %}</a></li> {% endfor %} </article> {% endfor %}