mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
left_sidebar: Structure topic box as a div.
This helps clarify in the templates that the topic box is in fact a box, and not an inline item (span). Also, single quotes have been changed to doubles in li and new div elements.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<li class="topic-list-item show-more-topics bottom_left_row
|
||||
{{#unless more_topics_unreads}}zero-topic-unreads{{/unless}}
|
||||
{{#if more_topics_unread_count_muted}}more_topic_unreads_muted_only{{/if}}">
|
||||
<span class='topic-box'>
|
||||
<div class="topic-box">
|
||||
<a class="topic-name" tabindex="0">{{t "more topics" }}</a>
|
||||
{{#if more_topics_have_unread_mention_messages}}
|
||||
<span class="unread_mention_info">
|
||||
@@ -11,5 +11,5 @@
|
||||
<span class="unread_count {{#unless more_topics_unreads}}zero_count{{/unless}}">
|
||||
{{more_topics_unreads}}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user