First step of integration code generated

This commit is contained in:
Marc Ducobu
2015-07-02 15:41:11 +02:00
parent 24bd8c9a1d
commit 86b24f58ac
9 changed files with 193 additions and 92 deletions

View File

@@ -30,12 +30,12 @@
<ul class="record_actions">
<li>
<a href="{{ path('activity') }}">
<a href="{{ path('chill_activity_activity_list', { 'person_id': person.id }) }}">
Back to the list
</a>
</li>
<li>
<a href="{{ path('activity_edit', { 'id': entity.id }) }}">
<a href="{{ path('chill_activity_activity_edit', { 'id': entity.id, 'person_id': person.id }) }}">
Edit
</a>
</li>