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