summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2018-12-31 11:14:32 +0200
committerBrandon Labuschagne <blabuschagne@gitlab.com>2019-01-04 09:19:24 +0200
commit3948dd4ac3c43ae70a34f72c4bd0d6fdbae68fb0 (patch)
tree905306fea060add7ad1d632a0561fe91f5b43ed4 /app/views
parentd56124b5e16e15afd830a1bdc8c34a4a57d898d8 (diff)
downloadgitlab-ce-3948dd4ac3c43ae70a34f72c4bd0d6fdbae68fb0.tar.gz
Add submit feedback link to help dropdown43623-add-submit-feedback-in-product-feedback-link
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/header/_help_dropdown.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/header/_help_dropdown.html.haml b/app/views/layouts/header/_help_dropdown.html.haml
index 953c0e7f46c..04409408ce0 100644
--- a/app/views/layouts/header/_help_dropdown.html.haml
+++ b/app/views/layouts/header/_help_dropdown.html.haml
@@ -2,5 +2,8 @@
- if current_user_menu?(:help)
%li
= link_to _("Help"), help_path
+ %li.divider
+ %li
+ = link_to _("Submit feedback"), "https://about.gitlab.com/submit-feedback"
- if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
= render 'shared/user_dropdown_contributing_link'