tap/app/views/devise/sessions/new.html.erb
2015-03-20 02:21:56 +01:00

9 lines
172 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 />
<%= render 'devise/shared/links' %>
</div>