mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
.medium-10
|
|
%div.checkout-guest-title
|
|
= t :checkout_headline
|
|
|
|
%div.checkout-submit{ class: "#{@order.distributor.allow_guest_orders? ? 'checkout-submit-inline' : 'medium-6' }" }
|
|
%a.primary.button{href: main_app.login_path}
|
|
= t :label_login
|
|
-if @order.distributor.allow_guest_orders?
|
|
%span.checkout-submit-or
|
|
or
|
|
%a.button.cancel{href: main_app.checkout_step_path(:details)}
|
|
= t :checkout_as_guest
|