diff --git a/Resources/views/Detail/index.html.twig b/Resources/views/Detail/index.html.twig index f99b13b9..1e39364a 100644 --- a/Resources/views/Detail/index.html.twig +++ b/Resources/views/Detail/index.html.twig @@ -30,7 +30,7 @@ {# Form's actions #}
- Cancel + {{ 'action.cancel'|trans }} {{ form_widget( scheduledCommandForm.save, {'attr': {'class': 'btn btn-success btn-lg pull-right'} } ) }}
{{ form_end( scheduledCommandForm ) }}