2015-09-19 11:05:43 +02:00
|
|
|
= content_for :title, "Login"
|
2016-02-04 00:23:12 +01:00
|
|
|
%p
|
|
|
|
If this is the first time you log in, an account will be created for you.
|
2015-09-17 14:05:33 +02:00
|
|
|
%div
|
|
|
|
= link_to "Sign in with Zeus WPI account.", omniauth_authorize_path("user", "zeuswpi"), class: "btn btn-large btn-primary"
|