From 8efc215a14826d6a522a93261ddf189cef6133e1 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 15 Mar 2024 15:36:56 +1100 Subject: [PATCH] Include product submenu on product import confirmation --- app/views/admin/dfc_product_imports/index.html.haml | 8 ++++++-- config/locales/en.yml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/views/admin/dfc_product_imports/index.html.haml b/app/views/admin/dfc_product_imports/index.html.haml index 2b285ac8bc..60a3f7a05a 100644 --- a/app/views/admin/dfc_product_imports/index.html.haml +++ b/app/views/admin/dfc_product_imports/index.html.haml @@ -1,3 +1,7 @@ -%h2 Importing a DFC product catalog -%p Imported products: +- content_for :page_title do + #{t(".title")} + += render partial: 'spree/admin/shared/product_sub_menu' + +%p= t(".imported_products") = @count diff --git a/config/locales/en.yml b/config/locales/en.yml index 96b6ee7de5..70e19ded48 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -757,6 +757,10 @@ en: user_guide: User Guide map: Map + dfc_product_imports: + index: + title: "Importing a DFC product catalog" + imported_products: "Imported products:" enterprise_fees: index: title: "Enterprise Fees"