mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
icon for update
This commit is contained in:
parent
88510942e5
commit
555f019132
@ -23,7 +23,7 @@
|
||||
{% block personcontent %}
|
||||
|
||||
|
||||
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}">{{ 'Modifier' | trans }}</a>
|
||||
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}"><i class="fa fa-pencil"></i> {{ 'Update' | trans }}</a>
|
||||
|
||||
<h2>{{ 'Details'|trans }}</h2>
|
||||
|
||||
@ -49,6 +49,6 @@
|
||||
{% endfor %}
|
||||
</dl>
|
||||
|
||||
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}">{{ 'Modifier' | trans }}</a>
|
||||
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}"><i class="fa fa-pencil"></i> {{ 'Update' | trans }}</a>
|
||||
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user