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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-26 18:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-26 18:08:30 +0300
commit81f9ca3c644d6e14de09b61202b67dbb6e321fe7 (patch)
treef50d13f5c821630153808febce1897bde5aa5f19 /app/views/layouts/nav/sidebar
parentc4af99d56fdef59d1da557d88a334f52e7531eb3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/nav/sidebar')
-rw-r--r--app/views/layouts/nav/sidebar/_group_menus.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/nav/sidebar/_group_menus.html.haml b/app/views/layouts/nav/sidebar/_group_menus.html.haml
index d8c518f174f..ef98c11cafe 100644
--- a/app/views/layouts/nav/sidebar/_group_menus.html.haml
+++ b/app/views/layouts/nav/sidebar/_group_menus.html.haml
@@ -1,8 +1,6 @@
- issues_count = cached_issuables_count(@group, type: :issues)
- merge_requests_count = cached_issuables_count(@group, type: :merge_requests)
-= render_if_exists "layouts/nav/ee/epic_link", group: @group
-
- if group_sidebar_link?(:issues)
= nav_link(path: group_issues_sub_menu_items, unless: -> { current_path?('issues_analytics#show') }) do
= link_to issues_group_path(@group), data: { qa_selector: 'group_issues_item' }, class: 'has-sub-items' do