mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
16 lines
529 B
Plaintext
16 lines
529 B
Plaintext
.content#contact
|
|
.panel
|
|
%p
|
|
%strong E
|
|
%a{href: "mailto:#{current_distributor.email}"}= current_distributor.email
|
|
- unless current_distributor.website.blank?
|
|
%br
|
|
%strong W
|
|
%a{href: current_distributor.website}= current_distributor.website
|
|
%br
|
|
= [current_distributor.address.address1, current_distributor.address.address2].join ", "
|
|
%br
|
|
= current_distributor.address.city
|
|
= current_distributor.address.state
|
|
= current_distributor.address.zipcode
|