Commit 1a5348d5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add profile settings link to header user dropdown

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 0d68e199
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
%ul %ul
%li %li
= link_to "Profile", current_user = link_to "Profile", current_user
%li
= link_to "Profile Settings", profile_path
%li.divider %li.divider
%li %li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link", title: 'Sign out' = link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link", title: 'Sign out'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment