Updating report

This commit is contained in:
Marc Ducobu
2014-11-11 16:07:44 +01:00
parent bdbcdd2db9
commit 2ae19eba39
6 changed files with 70 additions and 62 deletions

View File

@@ -36,7 +36,7 @@
<td>{% if report.date %}{{ report.date|date('d-m-Y') }}{% endif %}</td>
<td>{{ report.cFGroup.getName(app.request.locale) }}</td>
<td>{{ report.scope }}</td>
<td><a href="{#{ path('report_edit', { 'id': entity.id }) }#}">{{ 'update' | trans }}</a></td>
<td><a href="{{ path('report_edit', { 'person_id': report.person.id, 'report_id': report.id }) }}">{{ 'update' | trans }}</a></td>
</tr>
{% endfor %}
</tbody>