diff --git a/app/views/admin/product_import/import.html.haml b/app/views/admin/product_import/import.html.haml index a760635f6c..38fde0f705 100644 --- a/app/views/admin/product_import/import.html.haml +++ b/app/views/admin/product_import/import.html.haml @@ -2,7 +2,7 @@ #{t('admin.product_import.title')} = render partial: 'ams_data' -= render partial: 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' .import-wrapper{ng: {app: 'admin.productImport', controller: 'ImportFormCtrl'}} diff --git a/app/views/admin/product_import/index.html.haml b/app/views/admin/product_import/index.html.haml index 3ff03f08c1..77de45acc9 100644 --- a/app/views/admin/product_import/index.html.haml +++ b/app/views/admin/product_import/index.html.haml @@ -1,7 +1,7 @@ - content_for :page_title do #{t('admin.product_import.title')} -= render partial: 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' = render 'upload_sidebar' diff --git a/app/views/admin/variant_overrides/_header.html.haml b/app/views/admin/variant_overrides/_header.html.haml index 64a6bfb201..775c1407e4 100644 --- a/app/views/admin/variant_overrides/_header.html.haml +++ b/app/views/admin/variant_overrides/_header.html.haml @@ -5,4 +5,4 @@ %h1.page-title= t("admin.variant_overrides.index.title") %a.with-tip{ 'data-powertip' => "#{t("admin.variant_overrides.index.description")}" }=t('admin.whats_this') -= render :partial => 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' diff --git a/app/views/spree/admin/products/group_buy_options.html.haml b/app/views/spree/admin/products/group_buy_options.html.haml index 9261ddbfc6..5cd71cf90c 100644 --- a/app/views/spree/admin/products/group_buy_options.html.haml +++ b/app/views/spree/admin/products/group_buy_options.html.haml @@ -1,4 +1,4 @@ -= render :partial => 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' = render :partial => 'spree/admin/shared/product_tabs', :locals => { :current => 'Group Buy Options' } = render :partial => 'spree/shared/error_messages', :locals => { :target => @product } diff --git a/app/views/spree/admin/products/index/_header.html.haml b/app/views/spree/admin/products/index/_header.html.haml index 8284ada662..bd0f9544e7 100644 --- a/app/views/spree/admin/products/index/_header.html.haml +++ b/app/views/spree/admin/products/index/_header.html.haml @@ -7,6 +7,6 @@ %li#new_product_link = button_link_to t(:new_product), new_object_url, { :remote => true, :icon => 'icon-plus', :id => 'admin_new_product' } -= render :partial => 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' %div#new_product(data-hook) diff --git a/app/views/spree/admin/products/product_distributions.html.haml b/app/views/spree/admin/products/product_distributions.html.haml index 0181a6b870..cc82b20222 100644 --- a/app/views/spree/admin/products/product_distributions.html.haml +++ b/app/views/spree/admin/products/product_distributions.html.haml @@ -1,4 +1,4 @@ -= render :partial => 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' = render :partial => 'spree/admin/shared/product_tabs', :locals => { :current => 'Product Distributions' } = render :partial => 'spree/shared/error_messages', :locals => { :target => @product } diff --git a/app/views/spree/admin/products/seo.html.haml b/app/views/spree/admin/products/seo.html.haml index 04f4bbf0c8..f664ea4bd0 100644 --- a/app/views/spree/admin/products/seo.html.haml +++ b/app/views/spree/admin/products/seo.html.haml @@ -1,4 +1,4 @@ -= render :partial => 'spree/admin/shared/product_sub_menu' += render partial: 'admin/shared/product_sub_menu' = render :partial => 'spree/admin/shared/product_tabs', :locals => { :current => t(:Search) } = render :partial => 'spree/shared/error_messages', :locals => { :target => @product } diff --git a/config/locales/en.yml b/config/locales/en.yml index fc1595d709..216be10eed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -238,6 +238,7 @@ en: enterprise_groups: Groups reports: Reports variant_overrides: Inventory + import: Import spree_products: Spree Products all: All current: Current