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

Version Path
bootstrap_views_generator-0.1.16 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.15 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.14 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.13 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.12 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.11 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.10 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.9 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.8 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.7 lib/generators/bootstrap/templates/devise/simple_form/haml/confirmations/new.html.haml.tt