mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
26 lines
695 B
Plaintext
26 lines
695 B
Plaintext
.order-summary.text-small
|
|
%strong= order.shipping_method.name
|
|
.pad
|
|
.text-big
|
|
= t :order_delivery_time
|
|
%strong #{order.order_cycle.pickup_time_for(order.distributor)}
|
|
%p.text-small.text-skinny.pre-line
|
|
%em= order.shipping_method.description.andand.html_safe || ""
|
|
.order-summary.text-small
|
|
%strong
|
|
= t :order_delivery_address
|
|
.pad
|
|
%p.text-small
|
|
= order.ship_address.firstname + " " + order.ship_address.lastname
|
|
%br
|
|
= order.ship_address.full_address
|
|
%br
|
|
= order.ship_address.phone
|
|
- if order.special_instructions.present?
|
|
%br
|
|
%p.light.small
|
|
%strong
|
|
= t :order_special_instructions
|
|
%br
|
|
= order.special_instructions
|