1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/shared/_user.html.haml
2014-12-13 18:11:34 +00:00

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