Sha256: 530aa2024f72f9830524e3906ebe3903d111d6765c7fae8157fe12c206b2d276
Contents?: true
Size: 891 Bytes
Versions: 2
Compression:
Stored size: 891 Bytes
Contents
<div class="devise-bootstrap-form"> <div class="devise-bootstrap-form-row"> <div class="devise-bootstrap-form-col"> <h2 class="text-center">Resend confirmation instructions</h2> <%= bootstrap_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %> <%= f.email_field :email, autofocus: true, autocomplete: "email", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> <%= f.form_group do %> <%= f.submit "Resend confirmation instructions", class: 'btn btn-primary btn-lg btn-block' %> <% end %> <% end %> <div class="text-center"> <%= render "devise/shared/links" %> </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-form-0.2.0 | app/views/devise/confirmations/new.html.erb |
devise-bootstrap-form-0.1.0 | app/views/devise/confirmations/new.html.erb |