Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2019-01-29 23:45:47 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-01-29 23:45:47 +0300
commitdef2b548d2ee5e33948350f7e3f47d485e35e22e (patch)
tree6d64151e6b80138cb2f191b7fe7ca946a5df78e0 /app/views/layouts
parent5652533a9cd1f64a932c565e3a0f9707ceec766b (diff)
Revert the "What's new" feature
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/header/_help_dropdown.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/header/_help_dropdown.html.haml b/app/views/layouts/header/_help_dropdown.html.haml
index 513902890af..cd9128c452b 100644
--- a/app/views/layouts/header/_help_dropdown.html.haml
+++ b/app/views/layouts/header/_help_dropdown.html.haml
@@ -1,12 +1,8 @@
-- show_blog_link = current_user_menu?(:help) && blog_post_url.present?
%ul
- if current_user_menu?(:help)
%li
= link_to _("Help"), help_path
%li.divider
- - if show_blog_link
- %li
- = link_to _("What's new?"), blog_post_url
%li
= link_to _("Submit feedback"), "https://about.gitlab.com/submit-feedback"
- if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)