diff --git a/app/views/spree/admin/shared/_product_sub_menu.html.haml b/app/views/spree/admin/shared/_product_sub_menu.html.haml index e3641cbf62..f9cd83d9b4 100644 --- a/app/views/spree/admin/shared/_product_sub_menu.html.haml +++ b/app/views/spree/admin/shared/_product_sub_menu.html.haml @@ -6,3 +6,5 @@ = tab :import, url: main_app.admin_product_import_path, match_path: '/product_import' - if feature?(:new_products_page, spree_current_user) = tab :new_products, url: main_app.admin_new_products_path + - if feature?(:admin_style_v3, spree_current_user) + = tab :products_v3, url: main_app.admin_products_v3_path