mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
left_sidebar: Group topic markers and controls.
This also corrects a set of single quotes, on the href attribute in the topic list-item template..
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
{{#if more_topics_unread_count_muted}}more_topic_unreads_muted_only{{/if}}">
|
{{#if more_topics_unread_count_muted}}more_topic_unreads_muted_only{{/if}}">
|
||||||
<div class="topic-box">
|
<div class="topic-box">
|
||||||
<a class="topic-name" tabindex="0">{{t "more topics" }}</a>
|
<a class="topic-name" tabindex="0">{{t "more topics" }}</a>
|
||||||
|
<div class="topic-markers-and-controls">
|
||||||
{{#if more_topics_have_unread_mention_messages}}
|
{{#if more_topics_have_unread_mention_messages}}
|
||||||
<span class="unread_mention_info">
|
<span class="unread_mention_info">
|
||||||
@
|
@
|
||||||
@@ -12,4 +13,5 @@
|
|||||||
{{more_topics_unreads}}
|
{{more_topics_unreads}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -3,9 +3,10 @@
|
|||||||
<span class="sidebar-topic-check">
|
<span class="sidebar-topic-check">
|
||||||
{{topic_resolved_prefix}}
|
{{topic_resolved_prefix}}
|
||||||
</span>
|
</span>
|
||||||
<a href='{{url}}' class="topic-name" title="{{topic_name}}">
|
<a href="{{url}}" class="topic-name" title="{{topic_name}}">
|
||||||
{{topic_display_name}}
|
{{topic_display_name}}
|
||||||
</a>
|
</a>
|
||||||
|
<div class="topic-markers-and-controls">
|
||||||
{{#if contains_unread_mention}}
|
{{#if contains_unread_mention}}
|
||||||
<span class="unread_mention_info">
|
<span class="unread_mention_info">
|
||||||
@
|
@
|
||||||
@@ -17,6 +18,7 @@
|
|||||||
<span class="unread_count {{#if is_zero}}zero_count{{/if}}">
|
<span class="unread_count {{#if is_zero}}zero_count{{/if}}">
|
||||||
{{unread}}
|
{{unread}}
|
||||||
</span>
|
</span>
|
||||||
|
</div>
|
||||||
<span class="sidebar-menu-icon topic-sidebar-menu-icon">
|
<span class="sidebar-menu-icon topic-sidebar-menu-icon">
|
||||||
<i class="zulip-icon zulip-icon-more-vertical" aria-hidden="true"></i>
|
<i class="zulip-icon zulip-icon-more-vertical" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user