<%= devise_form_container do %>

<%= t('.resend_unlock_instructions') %>

<%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= f.input :email, autofocus: true, autocomplete: "email" %> <%= f.button :submit, t('.resend_unlock_instructions'), class: "btn-primary" %> <% end %> <%= render "devise/shared/links" %> <% end %>