2021-04-29 21:17:54 +05:30
|
|
|
.context-header
|
|
|
|
= link_to scope_menu.link, **scope_menu.container_html_options do
|
2021-06-08 01:23:25 +05:30
|
|
|
%span.avatar-container.rect-avatar.s40.project-avatar
|
2021-04-29 21:17:54 +05:30
|
|
|
= source_icon(scope_menu.container, alt: scope_menu.title, class: 'avatar s40 avatar-tile', width: 40, height: 40)
|
2021-06-08 01:23:25 +05:30
|
|
|
%span.sidebar-context-title
|
2021-04-29 21:17:54 +05:30
|
|
|
= scope_menu.title
|