mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Display correct product splitting criteria
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user