Merge branch '28837-remove-help-duplicate' into 'master'

Remove help from right dropdown

Closes #28837

See merge request !9594
This commit is contained in:
Dmitriy Zaporozhets 2017-03-01 09:57:50 +00:00
commit e7fb394266
3 changed files with 5 additions and 3 deletions

View File

@ -55,8 +55,6 @@
= link_to "Profile", current_user, class: 'profile-link', aria: { label: "Profile" }, data: { user: current_user.username }
%li
= link_to "Settings", profile_path, aria: { label: "Settings" }
%li
= link_to "Help", help_path, aria: { label: "Help" }
%li.divider
%li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link", aria: { label: "Sign out" }

View File

@ -36,4 +36,4 @@
Snippets
%li.divider
%li
= link_to "About GitLab CE", help_path, title: 'About GitLab CE', class: 'about-gitlab'
= link_to "Help", help_path, title: 'About GitLab CE', class: 'about-gitlab'

View File

@ -0,0 +1,4 @@
---
title: Remove help link from right dropdown
merge_request:
author: