Commit 2b07b9d8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove help from right dropdown

parent 261f5a68
......@@ -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" }
......
......@@ -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'
---
title: Remove help link from right dropdown
merge_request:
author:
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