Files
openfoodnetwork/app/views/checkout/_authentication.html.haml
2014-05-06 18:28:20 +10:00

10 lines
450 B
Plaintext

%fieldset
%accordion-group{heading: "User", "is-open" => "accordion.user"}
.row
.large-4.columns.text-center{"ng-controller" => "AuthenticationCtrl"}
%button{"ng-click" => "open('/login')"} Login
.large-4.columns.text-center{"ng-controller" => "AuthenticationCtrl"}
%button{"ng-click" => "open('/signup')"} Signup
.large-4.columns.text-center
%button{"ng-click" => "show('details')"} Checkout as guest