mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
extra whitespace
This commit is contained in:
parent
2a64972321
commit
d169ef3641
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Reference in a new issue