mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
15 lines
523 B
Plaintext
15 lines
523 B
Plaintext
.checkout-step
|
|
.medium-10
|
|
%div.checkout-guest-title
|
|
= t :checkout_headline
|
|
|
|
%div.checkout-submit{ class: "#{@order.distributor.allow_guest_orders? ? 'checkout-submit-inline' : 'medium-6' }" }
|
|
%button.button.primary{ "data-action": "click->guest-checkout#login" }
|
|
= t :label_login
|
|
-if @order.distributor.allow_guest_orders?
|
|
%span.checkout-submit-or
|
|
|
|
%button.button.cancel{ "data-action": "click->guest-checkout#guestSelected" }
|
|
= t :checkout_as_guest
|
|
|