Sha256: ee93242de4afb9dd5a9e953b935036ae3362860425eb0c95a724d6b25cc5c3c7
Contents?: true
Size: 706 Bytes
Versions: 2
Compression:
Stored size: 706 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| %> <%= devise_error_messages! %> <%= 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.2.0 | app/views/devise/unlocks/new.html.erb |
devise-bootstrap-form-0.1.0 | app/views/devise/unlocks/new.html.erb |