Allow the modification of event + adding the prefix chill_even to all the route

This commit is contained in:
Marc Ducobu
2016-03-24 18:03:45 +01:00
parent fdb2c094a6
commit cf7f8a929b
10 changed files with 44 additions and 44 deletions

View File

@@ -28,7 +28,7 @@
<ul class="record_actions">
<li>
<a href="{{ path('event_show', { 'event_id' : participation.event.id } ) }}" class="sc-button btn-cancel">
<a href="{{ path('chill_event__event_show', { 'event_id' : participation.event.id } ) }}" class="sc-button btn-cancel">
{{ 'Back to the event'|trans }}
</a>
</li>

View File

@@ -26,7 +26,7 @@
<ul class="record_actions">
<li>
<a href="{{ path('event_show', { 'event_id' : participation.event.id } ) }}" class="sc-button btn-cancel">
<a href="{{ path('chill_event__event_show', { 'event_id' : participation.event.id } ) }}" class="sc-button btn-cancel">
{{ 'Back to the event'|trans }}
</a>
</li>