icon for update

This commit is contained in:
Marc Ducobu 2014-11-12 12:49:22 +01:00
parent 88510942e5
commit 555f019132

View File

@ -23,7 +23,7 @@
{% block personcontent %} {% 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> <h2>{{ 'Details'|trans }}</h2>
@ -49,6 +49,6 @@
{% endfor %} {% endfor %}
</dl> </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 %} {% endblock %}