mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
12 lines
482 B
Plaintext
12 lines
482 B
Plaintext
%section{"ng-show" => "!enabled"}
|
|
.row
|
|
.small-12.columns.text-center{"ng-controller" => "AuthenticationCtrl"}
|
|
%h3.pad-top Ok, ready to checkout?
|
|
.row.pad-top
|
|
.small-5.columns.text-center{"ng-controller" => "AuthenticationCtrl"}
|
|
%button.primary.expand{"ng-click" => "open()"} Log in
|
|
.small-2.columns.text-center
|
|
%p.pad-top -OR-
|
|
.small-5.columns.text-center
|
|
%button.neutral-btn.dark.expand{"ng-click" => "enabled = true"} Checkout as guest
|