Sha256: c07308c8ed2c57b7af2fdb1396ca0af56cea6194d23973b9c54c488ef31df31e
Contents?: true
Size: 741 Bytes
Versions: 2
Compression:
Stored size: 741 Bytes
Contents
<div class="devise-bootstrap-form"> <div class="devise-bootstrap-form-row"> <div class="devise-bootstrap-form-col"> <h2 class="text-center">Resend unlock instructions</h2> <%= bootstrap_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= render "devise/shared/error_messages", resource: resource %> <%= f.email_field :email, autofocus: true, autocomplete: "email" %> <%= f.form_group do %> <%= f.submit "Resend unlock instructions", class: "btn btn-primary btn-block btn-lg" %> <% 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/unlocks/new.html.erb |
devise-bootstrap-form-0.3.0 | app/views/devise/unlocks/new.html.erb |