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-19 18:09:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-19 18:09:40 +0300
commit4a721269429a178957e8ce7c6d0a75d3307c9830 (patch)
tree5bce5c3909c59b3b453378dccf7fb383ea621c1b /app/views/layouts/nav/sidebar
parent1072f96e340ddad78e5dad6dfedc7c6e85fc53ea (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_scope_menu.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/layouts/nav/sidebar/_group_scope_menu.html.haml b/app/views/layouts/nav/sidebar/_group_scope_menu.html.haml
deleted file mode 100644
index 57c0663f3ae..00000000000
--- a/app/views/layouts/nav/sidebar/_group_scope_menu.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-= nav_link(path: ['groups#show', 'groups#details'], html_options: { class: 'context-header' }) do
- = link_to group_path(@group), title: @group.name, data: { qa_selector: 'group_scope_link' } do
- %span{ class: ['avatar-container', 'rect-avatar', 'group-avatar' , 's32'] }
- = group_icon(@group, class: ['avatar', 'avatar-tile', 's32'])
- %span.sidebar-context-title
- = @group.name