1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00

17 lines
502 B
Plaintext
Raw Normal View History

<%= stylesheet_link_tag "bootstrap_and_overrides", :media => "all" %>
2012-12-04 00:46:15 -05:00
<h2>Forgot your password?</h2>
<br>
<br>
2012-12-04 00:46:15 -05:00
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
<%= devise_error_messages! %>
<div class="form-group">
<%= f.email_field :email, placeholder: "Email", class: "form-control input-lg" %>
</div>
2012-12-04 00:46:15 -05:00
<div><%= f.submit "Reset Password", class:"btn btn-lg btn-primary"%></div>
2012-12-04 00:46:15 -05:00
<% end %>
<%= render "links" %>