app/views/devise/confirmations/new.html.erb in devise-1.4.2 vs app/views/devise/confirmations/new.html.erb in devise-1.4.3
- old
+ new
@@ -1,12 +1,12 @@
<h2>Resend confirmation instructions</h2>
<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %>
<%= devise_error_messages! %>
- <p><%= f.label :email %><br />
- <%= f.email_field :email %></p>
+ <div><%= f.label :email %><br />
+ <%= f.email_field :email %></div>
- <p><%= f.submit "Resend confirmation instructions" %></p>
+ <div><%= f.submit "Resend confirmation instructions" %></div>
<% end %>
<%= render :partial => "devise/shared/links" %>
\ No newline at end of file