2016-11-17 23:16:29 +01:00
|
|
|
<li data-user-id="{{user_id}}" class="user_sidebar_entry {{#if num_unread}}user-with-count {{/if}}narrow-filter user_{{type}}">
|
2017-02-25 19:11:04 +01:00
|
|
|
<span class="selectable_sidebar_block">
|
2017-02-25 19:00:02 +01:00
|
|
|
<span class="user-status-indicator"></span>
|
2017-02-25 19:25:56 +01:00
|
|
|
<a href="{{href}}"
|
2017-03-10 07:46:07 +01:00
|
|
|
data-user-id="{{user_id}}"
|
|
|
|
data-name="{{name}}"
|
|
|
|
title="{{name}} {{type_desc}}">{{name}}</a>
|
2017-02-25 19:00:02 +01:00
|
|
|
</span>
|
|
|
|
<span class="count"><span class="value">{{#if num_unread}}{{num_unread}}{{/if}}</span></span>
|
|
|
|
<span class="arrow"><i class="icon-vector-chevron-down"></i></span>
|
2016-01-19 21:03:56 +01:00
|
|
|
</li>
|