1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

extra whitespace

This commit is contained in:
Radagaisus 2012-08-22 02:01:01 +03:00
parent 2a64972321
commit d169ef3641

View file

@ -4,7 +4,7 @@
<%= devise_error_messages! %> <%= devise_error_messages! %>
<div><%= f.label :email %><br /> <div><%= f.label :email %><br />
<%= f.email_field :email , {autofocus: true} %></div> <%= f.email_field :email, {autofocus: true} %></div>
<div><%= f.submit "Resend confirmation instructions" %></div> <div><%= f.submit "Resend confirmation instructions" %></div>
<% end %> <% end %>