summaryrefslogtreecommitdiff
path: root/app/views/shared/_help_dropdown_forum_link.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_help_dropdown_forum_link.html.haml')
-rw-r--r--app/views/shared/_help_dropdown_forum_link.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/_help_dropdown_forum_link.html.haml b/app/views/shared/_help_dropdown_forum_link.html.haml
new file mode 100644
index 00000000000..351c875475a
--- /dev/null
+++ b/app/views/shared/_help_dropdown_forum_link.html.haml
@@ -0,0 +1,2 @@
+= link_to _("Community forum"), "https://forum.gitlab.com/", target: '_blank', class: 'text-nowrap',
+ rel: 'noopener noreferrer', data: { 'track_event': 'click_forum', 'track_property': 'question_menu' }