Sha256: 9904fa7f0a422c30d2931085b411cbec8651ff3217f4e4455126acfa626dea2e
Contents?: true
Size: 784 Bytes
Versions: 10
Compression:
Stored size: 784 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
10 entries across 10 versions & 1 rubygems