mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
18 lines
586 B
Plaintext
18 lines
586 B
Plaintext
.container
|
|
.row.modal-centered
|
|
%h2 {{'js.registration.welcome_to_ofn' | t}}
|
|
%h5 {{'js.registration.signup_or_login' | t}}:
|
|
%div{"ng-controller" => "AuthenticationCtrl"}
|
|
%tabset
|
|
%ng-include{src: "'signup.html'"}
|
|
%ng-include{src: "'login.html'"}
|
|
%ng-include{src: "'forgot.html'"}
|
|
%div{ ng: { show: "active('/signup')"} }
|
|
%hr
|
|
{{'js.registration.have_an_account' | t}}
|
|
%a{ href: "", ng: { click: "select('/login')"}}
|
|
{{'js.registration.action_login' | t}}
|
|
|
|
%a.close-reveal-modal{"ng-click" => "$close()"}
|
|
%i.ofn-i_009-close
|