mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
- if @enterprise != current_order(false).andand.distributor
|
|
%h2= @enterprise.name
|
|
|
|
.enterprise-description= @enterprise.long_description.andand.html_safe
|
|
|
|
= render :template => 'spree/products/index'
|