mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
= render partial: "shop/modals"
|
|
|
|
%navigation
|
|
%distributor.details.row
|
|
#distributor_title
|
|
%img.left{src: current_distributor.logo.url(:thumb)}
|
|
%h4
|
|
= current_distributor.name
|
|
%location= current_distributor.address.city
|
|
%small
|
|
%a{href: "/"} Change location
|
|
|
|
= render partial: "shop/shop/order_cycles"
|
|
|
|
= render partial: "shop/tabs"
|