diff --git a/app/views/checkout/_authentication.html.haml b/app/views/checkout/_authentication.html.haml index 2120ba6549..1c3b06e63b 100644 --- a/app/views/checkout/_authentication.html.haml +++ b/app/views/checkout/_authentication.html.haml @@ -1,11 +1,11 @@ %section{"ng-show" => "!enabled"} .row - .small-12.columns.text-center{"ng-controller" => "AuthenticationCtrl"} + .small-12.columns.text-center %h3.pad-top = t :checkout_headline .row.pad-top - .small-5.columns.text-center{"ng-controller" => "AuthenticationCtrl"} - %button.primary.expand{"ng-click" => "open()"} + .small-5.columns.text-center + %button.primary.expand{"auth" => "login"} = t :label_login .small-2.columns.text-center %p.pad-top= "-#{t :action_or}-" diff --git a/app/views/shared/_signed_out.html.haml b/app/views/shared/_signed_out.html.haml index 1a7cbcc920..1e6efdc32a 100644 --- a/app/views/shared/_signed_out.html.haml +++ b/app/views/shared/_signed_out.html.haml @@ -1,5 +1,5 @@ -%li#login-link{"ng-controller" => "AuthenticationCtrl"} - %a{"ng-click" => "open()"} +%li#login-link + %a{"auth" => "login"} %i.ofn-i_017-locked %span = t 'label_login'