From 116d4e56e83a1f408afe710ce070e699ba206475 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 26 Mar 2020 06:08:40 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/layouts/header/_current_user_dropdown.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/layouts') diff --git a/app/views/layouts/header/_current_user_dropdown.html.haml b/app/views/layouts/header/_current_user_dropdown.html.haml index 84906c305a7..c6299f244ec 100644 --- a/app/views/layouts/header/_current_user_dropdown.html.haml +++ b/app/views/layouts/header/_current_user_dropdown.html.haml @@ -26,6 +26,7 @@ - if current_user_menu?(:settings) %li = link_to s_("CurrentUser|Settings"), profile_path, data: { qa_selector: 'settings_link' } + = render_if_exists 'layouts/header/buy_ci_minutes' - if current_user_menu?(:help) %li.divider.d-md-none -- cgit v1.2.3