Apply the changes on `0c4615e33` to the `simple_form` template too.

This commit is contained in:
Lucas Mazza 2013-01-14 18:53:34 -02:00
parent 0c4615e337
commit 47db984f52
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="form-inputs">
<%= f.input :email, :required => true, :autofocus => true %>
<% if resource.class.reconfirmable && resource.unconfirmed_email.present? %>
<% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
<p>Currently waiting confirmation for: <%= resource.unconfirmed_email %></p>
<% end %>