<%- if options[:metatags] %>

<%%= title('Sign up') %>

<% else -%>

Sign up

<%- end %>
"> <%%= simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
<%%= render 'devise/shared/error_messages' %>
<%%= f.input :email, required: true, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email), input_html: { autocomplete: "email" } %>
<%%= f.button :submit, 'Resend confirmation instructions' %>
<%% end %>
or
<%%= render 'devise/shared/links' %>