mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
#user
|
|
%strong= current_admin_user.email
|
|
|
|
|
= link_to "Change Password", edit_password_admin_admin_user_path
|
|
|
|
|
= link_to "Logout", destroy_admin_user_session_path, method: :delete
|