adopt-a-hydrant/app/views/passwords/edit.html.haml

8 lines
367 B
Plaintext
Raw Normal View History

2011-08-30 03:50:03 +00:00
= form_for resource, :as => resource_name, :url => password_path(resource_name), :html => {:id => "edit_form", :method => :put} do |f|
%h2
= t("titles.edit_profile")
2011-08-30 03:50:03 +00:00
= f.hidden_field "reset_password_token"
= f.label "password", t("labels.password_new"), :id => "user_password_label"
= f.password_field "password"
= f.submit t("buttons.change_password")