Files
zulip/static/templates/more_topics.handlebars
Steve Howell ee9612c927 css: Hover individual topic rows.
Hovering the entire block was confusing.
2019-03-14 13:54:35 -07:00

10 lines
268 B
Handlebars

<li class="show-more-topics bottom_left_row">
<a href="#">{{t "more topics" }}</a>
</li>
<li class="searching-for-more-topics">
<img src="/static/images/loading-ellipsis.svg" alt="" />
</li>
<li class="no-more-topics-found">
{{t "No more topics." }}
</li>