1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/passwords/new.html.haml
2011-10-10 15:39:52 +01:00

11 lines
286 B
Plaintext

%h3 Forgot your password?
= semantic_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
= f.inputs do
= f.input :email
= f.buttons do
= f.submit "Reset Password"
= render :partial => "devise/shared/links"