mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
32 lines
852 B
Plaintext
32 lines
852 B
Plaintext
- content_for(:title) do
|
|
= t :checkout_title
|
|
|
|
- content_for :injection_data do
|
|
= inject_enterprise_and_relatives
|
|
= inject_available_countries
|
|
|
|
.darkswarm.footer-pad
|
|
- content_for :order_cycle_form do
|
|
|
|
%closing
|
|
= t :checkout_now
|
|
%p
|
|
= t :checkout_order_ready
|
|
%strong
|
|
= pickup_time current_order_cycle
|
|
|
|
= render partial: "shopping_shared/details"
|
|
|
|
%accordion{"close-others" => "false"}
|
|
%checkout.row{"ng-controller" => "CheckoutCtrl"}
|
|
.small-12.medium-8.large-9.columns
|
|
- unless spree_current_user
|
|
= render partial: "checkout/authentication"
|
|
%div{"ng-show" => "enabled", "ng-controller" => "AccordionCtrl"}
|
|
= render partial: "checkout/form"
|
|
.small-12.medium-4.large-3.columns
|
|
= render partial: "checkout/summary"
|
|
|
|
|
|
= render partial: "shared/footer"
|