tap/app/views/welcome/index.html.haml
2015-09-17 14:05:33 +02:00

8 lines
245 B
Plaintext

%h2 Login
= render 'flash'
If this is the first time you log in, an account will be created for you.
%div
%br/
= link_to "Sign in with Zeus WPI account.", omniauth_authorize_path("user", "zeuswpi"), class: "btn btn-large btn-primary"
%br/