improve activity controller & rendering

This commit is contained in:
2015-07-03 22:33:29 +02:00
parent 9ca47ada83
commit 402ce86330
5 changed files with 58 additions and 15 deletions

View File

@@ -27,7 +27,7 @@
<ul class="record_actions">
<li>
<a href="{{ path('chill_activity_activity', {'person_id': person.id}) }}">
<a href="{{ path('chill_activity_activity_list', {'person_id': person.id}) }}">
Back to the list
</a>
</li>