Include product submenu on product import confirmation

This commit is contained in:
Maikel Linke
2024-03-15 15:36:56 +11:00
parent d2d2db8489
commit 8efc215a14
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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"