Remove help from right dropdown

This commit is contained in:
Annabel Dunstone Gray 2017-02-28 13:40:25 -06:00
parent 261f5a68ed
commit 2b07b9d835
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: