Files
openfoodnetwork/app/views/enterprises/show.html.haml

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'