tap/app/views/devise/sessions/new.html.erb

9 lines
172 B
Plaintext
Raw Normal View History

2015-03-20 01:21:56 +00:00
<h2>Login</h2>
<%= render 'flash' %>
If this is the first time you log in, an account will be created for you.
2014-12-15 18:43:02 +00:00
2015-03-20 01:21:56 +00:00
<div>
<br />
<%= render 'devise/shared/links' %>
2014-12-12 11:50:13 +00:00
</div>