Sha256: 3b4f071481d4afa6505c7065f7c0359d5fa7f443512c7b0d5e1a41a592210dc1
Contents?: true
Size: 840 Bytes
Versions: 2
Compression:
Stored size: 840 Bytes
Contents
<div class="devise-bootstrap-form"> <div class="devise-bootstrap-form-row"> <div class="devise-bootstrap-form-col"> <h2 class="text-center">Forgot your password?</h2> <%= bootstrap_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %> <br> <p class="text-left">Please enter your email address and we will send you a link to reset your password.</p> <%= f.email_field :email, autofocus: true, autocomplete: "email" %> <%= f.form_group do %> <%= f.submit "Send me reset password 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/passwords/new.html.erb |
devise-bootstrap-form-0.1.0 | app/views/devise/passwords/new.html.erb |