Display correct product splitting criteria

This commit is contained in:
Rohan Mitchell
2013-04-05 14:30:35 +11:00
parent 0874f12797
commit ad32147576

View File

@@ -5,7 +5,10 @@
#products= render 'spree/shared/products', :products => @products, :taxon => @taxon
- else
#products-local
%h2= "Products at #{current_distributor.name}"
%h2
Products
= "in #{current_order_cycle.name}" if current_order_cycle
= "at #{current_distributor.name}" if current_distributor
= render 'spree/shared/products', :products => @products_local, :taxon => @taxon
#products-remote
%h2 Products found elsewhere