From 94a0d923ebf15cbfbf1e8da524404cf022fec61a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 21 Feb 2018 22:30:15 +0100 Subject: [PATCH] suite --- app/views/public/abonnements/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/abonnements/new.html.haml b/app/views/public/abonnements/new.html.haml index c8f3c03..b6d02c2 100644 --- a/app/views/public/abonnements/new.html.haml +++ b/app/views/public/abonnements/new.html.haml @@ -2,7 +2,7 @@ -@menu_item = MenuItem.where(:slug => "negos-a-propos").first -if @menu_item - .page.center + .page.center{:style => "margin-bottom:30px;"} =render :partial => "public/blocks/block", :locals => {:block => @menu_item.menu_content.blocks[0]} =semantic_form_for [:public, @abonnement] do |f|