Sha256: d34ddf9dab11cf9c5de1637ad640908b777f6177feab3f26aced7753b795fb3b
Contents?: true
Size: 926 Bytes
Versions: 2
Compression:
Stored size: 926 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| %> <%= render "devise/shared/error_messages", resource: resource %> <%= 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.4.0 | app/views/devise/confirmations/new.html.erb |
devise-bootstrap-form-0.3.0 | app/views/devise/confirmations/new.html.erb |