You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
343 B

12 years ago
<%= render :partial => "users/shared/links" %>
13 years ago
<%= simple_form_for(resource,
as: resource_name,
url: confirmation_path(resource_name),
method: :post
) do |f| %>
13 years ago
<%= devise_error_messages! %>
<%= f.input :email, required: true %>
13 years ago
<%= f.submit "Resend confirmation instructions", class: 'btn btn-primary' %>
13 years ago
<% end %>