mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
11 years ago
3 changed files with 14 additions and 14 deletions
@ -1,12 +1,16 @@ |
|||||
<h2>Forgot your password?</h2> |
<%= stylesheet_link_tag "bootstrap_and_overrides", :media => "all" %> |
||||
|
|
||||
|
<h2>Forgot your password?</h2> |
||||
|
<br> |
||||
|
<br> |
||||
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> |
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> |
||||
<%= devise_error_messages! %> |
<%= devise_error_messages! %> |
||||
|
|
||||
<div><%= f.label :email %><br /> |
<div class="form-group"> |
||||
<%= f.email_field :email %></div> |
<%= f.email_field :email, placeholder: "Email", class: "form-control input-lg" %> |
||||
|
</div> |
||||
|
|
||||
<div><%= f.submit "Send me reset password instructions" %></div> |
<div><%= f.submit "Reset Password", class:"btn btn-lg btn-primary"%></div> |
||||
<% end %> |
<% end %> |
||||
|
|
||||
<%= render "links" %> |
<%= render "links" %> |
||||
|
Loading…
Reference in new issue