Error in label : report -> activity

This commit is contained in:
Marc Ducobu 2015-07-05 11:19:48 +02:00
parent 2c9cddcecc
commit d937b80038

View File

@ -45,7 +45,7 @@
<a href="{{ path('chill_activity_activity_show', { 'id': activity.id, 'person_id': person.id }) }}">{{ 'Show the activity' | trans }}</a> <a href="{{ path('chill_activity_activity_show', { 'id': activity.id, 'person_id': person.id }) }}">{{ 'Show the activity' | trans }}</a>
</td> </td>
<td> <td>
<a href="{{ path('chill_activity_activity_edit', { 'id': activity.id, 'person_id': person.id }) }}">{{ 'Edit the report' | trans }}</a> <a href="{{ path('chill_activity_activity_edit', { 'id': activity.id, 'person_id': person.id }) }}">{{ 'Edit the activity' | trans }}</a>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}