Skip to content
Snippets Groups Projects
Commit 2b07b9d8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Remove help from right dropdown

parent 261f5a68
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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" }
Loading
Loading
Loading
Loading
@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment