From 52c6f5a2225eafbb697cf169c45b03ed027a20ff Mon Sep 17 00:00:00 2001 From: Konrad Date: Fri, 7 Oct 2022 12:37:45 +0200 Subject: [PATCH] Fix layout of 'Create a new product' button in dashboard overview --- app/views/spree/admin/overview/_products.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/overview/_products.html.haml b/app/views/spree/admin/overview/_products.html.haml index 3d92aaee85..c33c34c2f6 100644 --- a/app/views/spree/admin/overview/_products.html.haml +++ b/app/views/spree/admin/overview/_products.html.haml @@ -24,6 +24,6 @@ = t(".active_products", count: @product_count ) %span.three.columns.omega %span.icon-remove-sign - %a.eight.columns.alpha.button.bottom.red{ href: "#{new_admin_product_path}" } + %a.sixteen.columns.alpha.button.bottom.red{ href: "#{new_admin_product_path}" } = t "spree_admin_enterprises_create_new_product" %span.icon-arrow-right