mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Work towards #34244. Note that this doesn't show the right counts when the counts appear, because yet. We can double check functionality after that change is complete.
9 lines
547 B
Handlebars
9 lines
547 B
Handlebars
<i class="buddy-list-section-toggle zulip-icon zulip-icon-heading-triangle-right {{#if is_collapsed}}rotate-icon-right{{else}}rotate-icon-down{{/if}}" aria-hidden="true"></i>
|
|
<h5 id="{{id}}" class="buddy-list-heading no-style hidden-for-spectators">
|
|
<span class="buddy-list-heading-text">{{header_text}}</span>
|
|
{{!-- Hide the count until we have fetched data to display the correct count --}}
|
|
<span class="buddy-list-heading-user-count-with-parens hide">
|
|
(<span class="buddy-list-heading-user-count"></span>)
|
|
</span>
|
|
</h5>
|