2009-10-11 22:11:58 -03:00
|
|
|
<h2>Resend confirmation instructions</h2>
|
2009-10-08 00:53:04 -03:00
|
|
|
|
2014-02-25 14:25:55 -03:00
|
|
|
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
|
2010-04-13 23:28:13 +02:00
|
|
|
<%= devise_error_messages! %>
|
2009-10-08 00:53:04 -03:00
|
|
|
|
2014-10-22 04:25:33 -04:00
|
|
|
<div class="fields">
|
|
|
|
<%= f.label :email %><br />
|
|
|
|
<%= f.email_field :email, autofocus: true %>
|
|
|
|
</div>
|
2009-10-11 22:11:58 -03:00
|
|
|
|
2014-10-22 04:25:33 -04:00
|
|
|
<div class="actions">
|
|
|
|
<%= f.submit "Resend confirmation instructions" %>
|
|
|
|
</div>
|
2009-10-08 00:53:04 -03:00
|
|
|
<% end %>
|
|
|
|
|
2012-05-20 22:01:11 +03:00
|
|
|
<%= render "devise/shared/links" %>
|