From de7b9d5ff30ac406f70887278e2cecc6a7dfa7cb Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 25 Nov 2014 17:46:54 +0100 Subject: [PATCH] More space between the button 'save report' and 'reset form' in report bundle close #354 --- Resources/views/Report/edit.html.twig | 4 ++-- Resources/views/Report/new.html.twig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/views/Report/edit.html.twig b/Resources/views/Report/edit.html.twig index 7b8380020..26b5288a1 100644 --- a/Resources/views/Report/edit.html.twig +++ b/Resources/views/Report/edit.html.twig @@ -25,8 +25,8 @@ {{ form_widget(edit_form) }}
- - + +
{{ form_end(edit_form) }} diff --git a/Resources/views/Report/new.html.twig b/Resources/views/Report/new.html.twig index 00c4a1113..fbfed9830 100644 --- a/Resources/views/Report/new.html.twig +++ b/Resources/views/Report/new.html.twig @@ -25,8 +25,8 @@ {{ form_widget(form) }}
- - + +
{{ form_end(form) }}