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

10 lines
437 B
Plaintext

%h2
= t("titles.edit_profile")
= form_for resource, :as => resource_name, :url => password_path(resource_name), :html => {:id => "edit_form", :method => :put} do |f|
= f.hidden_field "reset_password_token"
%fieldset.control-group
= f.label "password", t("labels.password_new"), :id => "user_password_label"
= f.password_field "password"
%fieldset.form-actions
= f.submit t("buttons.change_password"), :class => "btn"