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:
Diffstat (limited to 'app/views/shared/nav/_scope_menu.html.haml')
-rw-r--r--app/views/shared/nav/_scope_menu.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/nav/_scope_menu.html.haml b/app/views/shared/nav/_scope_menu.html.haml
index 270587f48a8..2f10914ef3d 100644
--- a/app/views/shared/nav/_scope_menu.html.haml
+++ b/app/views/shared/nav/_scope_menu.html.haml
@@ -1,6 +1,6 @@
.context-header
= link_to scope_menu.link, **scope_menu.container_html_options do
- .avatar-container.rect-avatar.s40.project-avatar
+ %span.avatar-container.rect-avatar.s40.project-avatar
= source_icon(scope_menu.container, alt: scope_menu.title, class: 'avatar s40 avatar-tile', width: 40, height: 40)
- .sidebar-context-title
+ %span.sidebar-context-title
= scope_menu.title