mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
%h3 Change your password
|
|
|
|
= simple_form_for(@admin_user, url: update_password_admin_admin_user_path, html: { method: :put }) do |f|
|
|
= inputs_field_set do
|
|
= f.input :current_password
|
|
= inputs_field_set do
|
|
= f.input :password, label: 'New Password'
|
|
= f.input :password_confirmation, label: 'Confirm Password'
|
|
|
|
= actions_field_set do
|
|
= f.submit 'Change my password'
|