<% add_decidim_page_title(t("devise.confirmations.new.resend_confirmation_instructions")) %>

<%= t("devise.confirmations.new.resend_confirmation_instructions") %>

<%= decidim_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post, class: "register-form new_user" }) do |f| %> <%= devise_error_messages! %>
<%= f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
<%= f.submit t("devise.confirmations.new.resend_confirmation_instructions"), class: "button expanded" %>
<% end %> <%= render "decidim/devise/shared/links" %>