<%- if options[:metatags] %>
<%% = title('Resend unlock instructions') %>
<% else -%>
Resend unlock instructions
<%- end %>
"> <%%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%%= f.error_notification %> <%%= f.full_error :unlock_token %>
<%%= f.input :email, required: true, autofocus: true, input_html: { autocomplete: 'email' } %>
<%%= f.button :submit, 'Resend unlock instructions' %>
<%% end %>
or
<%%= render "devise/shared/links" %>