mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-22 11:36:03 +01:00
12 lines
404 B
Text
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" %>
|