Commit 9429048d authored by Phil Hughes's avatar Phil Hughes

Merge branch 'remove-new-contributing-link-from-ee' into 'master'

Remove new contributing link from EE

Closes gitlab-ce#47274

See merge request gitlab-org/gitlab-ee!6297
parents 3effb9ac 910da80d
......@@ -17,11 +17,7 @@
= link_to _("Help"), help_path
- if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
%li.divider
%li
= link_to "https://about.gitlab.com/contributing", target: '_blank', class: 'text-nowrap' do
= _("Contribute to GitLab")
= sprite_icon('external-link', size: 16)
%li.divider
= render 'shared/user_dropdown_contributing_link'
- if current_user_menu?(:sign_out)
%li
= link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link"
%li
= link_to "https://about.gitlab.com/contributing", target: '_blank', class: 'text-nowrap' do
= _("Contribute to GitLab")
= sprite_icon('external-link', size: 16)
%li.divider
- if Gitlab.com?
= render_ce 'shared/user_dropdown_contributing_link'
---
title: Don't show 'Contribute to GitLab' link on self-hosted Enterprise Edition instances
merge_request: 6297
author:
type: changed
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