Sha256: fb48d4be5af310630f579ff420be1e0b614724155ba0663fa263580b5a024e1d
Contents?: true
Size: 795 Bytes
Versions: 14
Compression:
Stored size: 795 Bytes
Contents
.row .col-lg-4.col-md-6.ml-auto.mr-auto <%- if options[:metatags] %> h2.text-center = title('Resend confirmation instructions') <% else -%> h2.text-center Resend confirmation instructions <%- end %> = simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| = f.error_notification = f.full_error :confirmation_token .form-group = f.input :email, required: true, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email), input_html: { autocomplete: "email" } .form-group = f.button :submit, 'Resend confirmation instructions', class: 'btn btn-primary btn-block btn-lg' .text-center = render 'devise/shared/links'
Version data entries
14 entries across 14 versions & 1 rubygems