15 lines
330 B

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