summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-05-06 16:52:51 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2019-05-06 16:52:51 +0200
commit75a5bb3536006249f330dd56cd27dc0ce72416b4 (patch)
tree6e8fada3aabd45c6476b190e0bbd2549397c54ef
parentc86d92b31bd0ad600277da275ccc7f61c15f02f8 (diff)
downloadgitlab-ce-ce-mw-onboarding-mvc.tar.gz
Moved _learn_gitlab_menu_item partial in EEce-mw-onboarding-mvc
-rw-r--r--app/views/layouts/header/_help_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_help_dropdown.html.haml b/app/views/layouts/header/_help_dropdown.html.haml
index c60e9faa2a1..fbec62b02f8 100644
--- a/app/views/layouts/header/_help_dropdown.html.haml
+++ b/app/views/layouts/header/_help_dropdown.html.haml
@@ -2,7 +2,7 @@
- if current_user_menu?(:help)
%li
= link_to _("Help"), help_path
- = render_if_exists "layouts/header/learn_gitlab_menu_item"
+ = render_if_exists "shared/learn_gitlab_menu_item"
%li.divider
%li
= link_to _("Submit feedback"), "https://about.gitlab.com/submit-feedback"