|
|
|
@ -10,7 +10,7 @@ |
|
|
|
|
|
|
|
|
|
<template name="sidebarItem"> |
|
|
|
|
<li class="sidebar-item{{#if or unread alert }} sidebar-item--unread{{/if}}{{#if active}} sidebar-item--active{{/if}}{{#if toolbar}} popup-item{{/if}}" data-id="{{_id}}"> |
|
|
|
|
<a class="sidebar-item__link" href="{{#if route}}{{route}}{{else}}{{pathFor pathSection group=pathGroup}}{{/if}}" title="{{name}}"> |
|
|
|
|
<a class="sidebar-item__link" href="{{#if route}}{{route}}{{else}}{{pathFor pathSection group=pathGroup}}{{/if}}"> |
|
|
|
|
{{#unless isLivechatQueue}} |
|
|
|
|
|
|
|
|
|
<div class=" {{#if isRoom}}sidebar-item__picture{{else}}sidebar-item-option-icon{{/if}}"> |
|
|
|
|