From d06b366486aeeefae6ad2410e446941cdf6a9795 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Fri, 6 Jul 2018 07:58:49 +0000 Subject: CE for "Remove new contributing link from EE" --- app/views/shared/_user_dropdown_contributing_link.html.haml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/shared/_user_dropdown_contributing_link.html.haml (limited to 'app/views/shared') diff --git a/app/views/shared/_user_dropdown_contributing_link.html.haml b/app/views/shared/_user_dropdown_contributing_link.html.haml new file mode 100644 index 00000000000..333d6fa3489 --- /dev/null +++ b/app/views/shared/_user_dropdown_contributing_link.html.haml @@ -0,0 +1,5 @@ +%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 -- cgit v1.2.1