From b10d623f26fe2afbfc7d2d5f4149880ebe18e4a2 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 28 Nov 2014 12:42:18 +1100 Subject: [PATCH] Rearrange columns for action buttons on enterprise form --- app/views/admin/enterprises/_ng_form.html.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/admin/enterprises/_ng_form.html.haml b/app/views/admin/enterprises/_ng_form.html.haml index 198a66383b..76ec768a3a 100644 --- a/app/views/admin/enterprises/_ng_form.html.haml +++ b/app/views/admin/enterprises/_ng_form.html.haml @@ -11,11 +11,13 @@ } do |f| .row .sixteen.columns.alpha - .four.columns.omega + .four.columns.alpha = render 'side_menu' .one.column   - .eleven.columns.alpha.fullwidth_inputs + .eleven.columns.omega.fullwidth_inputs = render 'form', f: f .row - .twelve.columns.alpha + .five.columns.alpha +   + .eleven.columns.alpha = render partial: "spree/admin/shared/#{action}_resource_links"