mirror of https://github.com/zulip/zulip.git
14 lines
546 B
Handlebars
14 lines
546 B
Handlebars
<li class='{{#if is_zero}}zero-subject-unreads{{/if}} {{#if is_muted}}muted_topic{{/if}} topic-list-item' data-name='{{topic_name}}'>
|
|
<span class='topic-box'>
|
|
<a href='{{url}}' class="topic-name" title="{{topic_name}}">
|
|
{{topic_name}}
|
|
</a>
|
|
<div class="topic-unread-count {{#if is_zero}}zero_count{{/if}}">
|
|
<div class="value">{{unread}}</div>
|
|
</div>
|
|
</span>
|
|
<span class="arrow topic-sidebar-arrow">
|
|
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
|
</span>
|
|
</li>
|