Sha256: f3749015da9681496d227b5cf4e086666453cd92f4c794dc0b1b698f80862aa3

Contents?: true

Size: 787 Bytes

Versions: 4

Compression:

Stored size: 787 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 %>
    = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
      = render "devise/shared/error_messages", resource: resource
      .form-group
        = f.label :email
        %br
        = f.email_field :email, autofocus: true, class: 'form-control', value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email)
      .form-group
        = f.submit "Resend confirmation instructions", class: 'btn btn-primary btn-lg btn-block'
    .text-center
      = render "devise/shared/links"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.6 lib/generators/bootstrap/templates/devise/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.5 lib/generators/bootstrap/templates/devise/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.4 lib/generators/bootstrap/templates/devise/haml/confirmations/new.html.haml.tt
bootstrap_views_generator-0.1.3 lib/generators/bootstrap/templates/devise/haml/confirmations/new.html.haml.tt