diff --git a/Resources/views/Event/new.html.twig b/Resources/views/Event/new.html.twig
index 17c8de06b..1c29a495d 100644
--- a/Resources/views/Event/new.html.twig
+++ b/Resources/views/Event/new.html.twig
@@ -16,6 +16,7 @@
-
+
{{ 'Back to the most recent events'|trans }}
diff --git a/Resources/views/Event/show.html.twig b/Resources/views/Event/show.html.twig
index 19393459e..74fa07559 100644
--- a/Resources/views/Event/show.html.twig
+++ b/Resources/views/Event/show.html.twig
@@ -30,7 +30,7 @@
-
-
+
{{ 'Edit'|trans }}
@@ -63,7 +63,7 @@
{% if is_granted('CHILL_EVENT_PARTICIPATION_UPDATE', participation) %}
-
+ class="sc-button bt-edit">
{{ 'Edit'|trans }}
@@ -80,12 +80,12 @@
{% if count > 0 %}
- - {{ 'Edit all the participations'|trans }}
+ - {{ 'Edit all the participations'|trans }}
{% endif %}
{{ form_start(form_add_participation_by_person) }}
{{ form_widget(form_add_participation_by_person.person_id, { 'attr' : { 'style' : 'width: 20em; display:inline-block; ' } } ) }}
- {{ form_widget(form_add_participation_by_person.submit, { 'attr' : { 'class' : 'sc-button btn-create' } } ) }}
+ {{ form_widget(form_add_participation_by_person.submit, { 'attr' : { 'class' : 'sc-button bt-create' } } ) }}
{{ form_rest(form_add_participation_by_person) }}
{{ form_end(form_add_participation_by_person) }}