Sha256: 48922f70fa3bd88f1b9a00d54658251254e938588578dc1eb0dc241ac7885799
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
<%= devise_error_messages! %> <div class="panel panel-default"> <div class="panel-heading"> <h4><%= t('.forgot_your_password', :default => 'Forgot your password?') %></h4> </div> <div class="panel-body"> <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, role: "form" }) do |f| %> <div class="form-group"> <%= f.label :email %> <%= f.email_field :email, class: "form-control" %> </div> <%= f.submit t('.send_me_reset_password_instructions', :default => "Send me reset password instructions"), class: "btn btn-primary" %> <% end %> </div> </div> <%= render "devise/shared/links" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-views-0.0.1 | app/views/devise/passwords/new.html.erb |