Sha256: 403bc165cf03b6c46a304d2c4434b05aac5acb6a27071a55a9f169cdedbc21b7

Contents?: true

Size: 998 Bytes

Versions: 14

Compression:

Stored size: 998 Bytes

Contents

<div class="row">
  <div class="col-lg-4 col-md-6 ml-auto mr-auto">
    <%- if options[:metatags] %>
    <h2 class="text-center"><%%= title('Resend confirmation instructions') %></h2>
    <% else -%>
    <h2 class="text-center">Resend confirmation instructions</h2>
    <%- 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 %>
      <div class="form-group">
        <%%= f.input :email, required: true, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email), input_html: { autocomplete: "email" } %>
      </div>
      <div class="form-group">
        <%%= f.button :submit, 'Resend confirmation instructions', class: 'btn btn-primary btn-block btn-lg' %>
      </div>
    <%% end %>
    <div class="text-center">
      <%%= render 'devise/shared/links' %>
    </div>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

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