retrospring/app/views/devise/confirmations/new.html.erb
2014-08-01 15:27:08 +02:00

12 lines
404 B
Text

<h2>Resend confirmation instructions</h2>
<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
<%= devise_error_messages! %>
<div><%= f.label :screen_name %><br />
<%= f.email_field :screen_name, autofocus: true %></div>
<div><%= f.submit "Resend confirmation instructions" %></div>
<% end %>
<%= render "devise/shared/links" %>