summaryrefslogtreecommitdiff
path: root/app/views/shared/nav/_scope_menu_body.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/nav/_scope_menu_body.html.haml')
-rw-r--r--app/views/shared/nav/_scope_menu_body.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/shared/nav/_scope_menu_body.html.haml b/app/views/shared/nav/_scope_menu_body.html.haml
new file mode 100644
index 00000000000..a94c681e2d3
--- /dev/null
+++ b/app/views/shared/nav/_scope_menu_body.html.haml
@@ -0,0 +1,8 @@
+- avatar_size = sidebar_refactor_disabled? ? 40 : 32
+- avatar_size_class = sidebar_refactor_disabled? ? 's40' : 's32'
+
+= link_to scope_menu.link, **scope_menu.container_html_options, data: { qa_selector: 'project_scope_link' } do
+ %span{ class: ['avatar-container', 'rect-avatar', 'project-avatar', avatar_size_class] }
+ = source_icon(scope_menu.container, alt: scope_menu.title, class: ['avatar', 'avatar-tile', avatar_size_class], width: avatar_size, height: avatar_size)
+ %span.sidebar-context-title
+ = scope_menu.title