summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-07-06 07:58:49 +0000
committerPhil Hughes <me@iamphill.com>2018-07-06 07:58:49 +0000
commitd06b366486aeeefae6ad2410e446941cdf6a9795 (patch)
tree115e95d64689c84ed4ec27231b9807d260b88a47 /app/views/shared
parent19e85cc8109b4d1c025b264c04f577d3b5d2be2e (diff)
downloadgitlab-ce-d06b366486aeeefae6ad2410e446941cdf6a9795.tar.gz
CE for "Remove new contributing link from EE"
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_user_dropdown_contributing_link.html.haml5
1 files changed, 5 insertions, 0 deletions
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