%h3 Resend confirmation instructions = simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| = inputs_field_set do = f.input :email = actions_field_set do = f.submit "Resend confirmation instructions" = render partial: "devise/shared/links"