2016-11-10 20:46:01 +01:00
|
|
|
<li class='{{#if is_zero}}zero-subject-unreads{{/if}} {{#if is_muted}}muted_topic{{/if}} topic-list-item' data-name='{{topic_name}}'>
|
2016-11-05 20:13:36 +01:00
|
|
|
<span class='topic-box'>
|
2017-03-09 00:43:54 +01:00
|
|
|
<a href='{{url}}' class="topic-name" title="{{topic_name}}">
|
2016-10-29 18:11:01 +02:00
|
|
|
{{topic_name}}
|
|
|
|
</a>
|
2016-11-12 01:14:34 +01:00
|
|
|
<div class="topic-unread-count {{#if is_zero}}zero_count{{/if}}">
|
2016-10-29 18:11:01 +02:00
|
|
|
<div class="value">{{unread}}</div>
|
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
<span class="arrow topic-sidebar-arrow">
|
2017-06-08 07:09:57 +02:00
|
|
|
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
2016-10-29 18:11:01 +02:00
|
|
|
</span>
|
|
|
|
</li>
|