improve actions buttons display for granted cases

This commit is contained in:
2019-01-21 10:38:43 +01:00
parent f71e273aae
commit 91124893fd
3 changed files with 36 additions and 33 deletions

View File

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

View File

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