From b5ab6cbf69cf65801f4fc1e791409f408e637f42 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 28 Nov 2020 15:45:43 +0000 Subject: [PATCH] Improve button spacing in enterprises submenu --- app/views/admin/enterprises/index.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/enterprises/index.html.haml b/app/views/admin/enterprises/index.html.haml index 499f8f9db6..d4468f45ad 100644 --- a/app/views/admin/enterprises/index.html.haml +++ b/app/views/admin/enterprises/index.html.haml @@ -5,7 +5,8 @@ = "admin.enterprises" - content_for :page_actions do - = render 'admin/shared/user_guide_link' + %li#user_guide_link + = render 'admin/shared/user_guide_link' %li#new_product_link - button_href = spree_current_user.can_own_more_enterprises? ? main_app.new_admin_enterprise_path : '#'