Files
openfoodnetwork/app/views/shopping_shared/_about.html.haml
2014-06-04 17:13:18 +10:00

10 lines
278 B
Plaintext

.content#about
.row
.small-12.large-9.columns
%p= current_distributor.long_description.andand.html_safe
- if current_distributor.promo_image.exists?
.small-12.large-3.columns
%img.about.right{src: current_distributor.promo_image.url(:large)}