% content_for :title, "Resend invitation link" %> <% content_for :before_content do %> <%= govuk_back_link(href: :back) %> <% end %> <%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
Enter your email address to get a new invitation link.
<%= f.govuk_email_field :email, label: { text: "Email address" }, autocomplete: "email", spellcheck: "false", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> <%= f.govuk_submit "Send email" %>