tab/app/views/pages/landing.html.haml
2015-09-11 17:13:23 +02:00

10 lines
226 B
Plaintext

%h1 Tab!
%h2 Authentication
- if user_signed_in?
%p Yeah! Je bent ingelogd.
- else
Log een keer in!
%p= link_to "Log in met Zeus WPI", user_omniauth_authorize_path(:zeuswpi)
%h2 Cute Little Statistics
%p None here yet.