Files
openfoodnetwork/app/views/checkout/_authentication.html.haml
2015-10-29 14:55:38 +11:00

15 lines
537 B
Plaintext

%section{"ng-show" => "!enabled"}
.row
.small-12.columns.text-center{"ng-controller" => "AuthenticationCtrl"}
%h3.pad-top
= t :checkout_headline
.row.pad-top
.small-5.columns.text-center{"ng-controller" => "AuthenticationCtrl"}
%button.primary.expand{"ng-click" => "open()"}
= t :label_login
.small-2.columns.text-center
%p.pad-top= "-#{t :action_or}-"
.small-5.columns.text-center
%button.neutral-btn.dark.expand{"ng-click" => "enabled = true"}
= t :checkout_as_guest