Files
openfoodnetwork/app/views/shop/checkout/edit.html.haml
2014-04-10 16:35:03 +10:00

19 lines
514 B
Plaintext

.darkswarm
- content_for :order_cycle_form do
%strong.avenir
Order ready on
= pickup_time current_order_cycle
= render partial: "shop/details"
%accordion.row{"close-others" => "true"}
%checkout{"ng-controller" => "CheckoutCtrl"}
.large-9.columns
- unless spree_current_user
= render partial: "shop/checkout/authentication"
.row
= render partial: "shop/checkout/form"
.large-3.columns
= render partial: "shop/checkout/summary"