tap/app/views/welcome/index.html.erb

9 lines
270 B
Plaintext

<h2>Login</h2>
<%= 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 />
</div>