From 4ae5adac644df9339f6a9836a632bca79f3fe1af Mon Sep 17 00:00:00 2001 From: tl3ilaxu Date: Tue, 16 Feb 2016 18:13:17 +0100 Subject: [PATCH] Add line brake --- app/views/orders/new.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/orders/new.html.haml b/app/views/orders/new.html.haml index a8632e3..e47a076 100644 --- a/app/views/orders/new.html.haml +++ b/app/views/orders/new.html.haml @@ -7,6 +7,7 @@ = "- OR -" %button.btn.btn-default.center-block{ data: { toggle: :modal, target: "#products_modal" } } Select Product Without Barcode + %br .col-md-4.col-md-offset-1 = form_for [@user, @order] do |f| = render 'errors', object: @order