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

9 lines
172 B
Text
Raw Normal View History

2015-03-20 02:21:56 +01: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 19:43:02 +01:00
2015-03-20 02:21:56 +01:00
<div>
<br />
<%= render 'devise/shared/links' %>
2014-12-12 12:50:13 +01:00
</div>