Merge branch 'dz-add-profile-settings-link' into 'master'
Add profile settings link to header user dropdown It allows you to get to profile settings right from avatar without triggering sidebar Based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5077#note_12878162 See merge request !5090
This commit is contained in:
commit
c20ab9f5e8
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
%ul
|
||||
%li
|
||||
= link_to "Profile", current_user
|
||||
%li
|
||||
= link_to "Profile Settings", profile_path
|
||||
%li.divider
|
||||
%li
|
||||
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link", title: 'Sign out'
|
||||
|
|
Loading…
Reference in a new issue