mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
First step of integration code generated
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user