mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-08 07:46:59 +00:00
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
%navigation
|
|
%distributor.details.row
|
|
#distributor_title
|
|
%img.left{src: current_distributor.logo.url(:thumb)}
|
|
%h3
|
|
= current_distributor.name
|
|
%location= current_distributor.address.city
|
|
/ Will this needs to be a drop-down to choose either pick-up point or delivery once shipping methods are implemented
|
|
|
|
= render partial: "shopping_shared/order_cycles"
|
|
|
|
= render partial: "shopping_shared/tabs"
|