From cf0aebae2d8e910594a158988d4641bf9d8c1cd1 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 18 May 2017 23:47:08 +0200 Subject: [PATCH] submit button --- app/views/portlet/img_link_contents/_form.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/portlet/img_link_contents/_form.html.haml b/app/views/portlet/img_link_contents/_form.html.haml index 82cceab..a572d0b 100644 --- a/app/views/portlet/img_link_contents/_form.html.haml +++ b/app/views/portlet/img_link_contents/_form.html.haml @@ -15,7 +15,6 @@ = form.inputs do = form.input :cible, :label => "Cible :" , :as => :qi_cible_select - = form.buttons do - = form.commit_button "Sauvegarder" + =form.submit 'Sauvegarder'