|
@@ -61,7 +61,7 @@
|
|
|
{{ thread.replies|intcomma }}
|
|
|
</div>
|
|
|
</div>
|
|
|
- {% elif thread.replies and thread.unread_replies %}
|
|
|
+ {% elif thread.replies and thread.replies > thread.unread_replies %}
|
|
|
<div class="thread-replies new-replies">
|
|
|
<div class="tooltip-top" title="{% blocktrans trimmed with replies=thread.unread_replies|intcomma count counter=thread.unread_replies %}{{ replies }} new reply{% plural %}{{ replies }} new replies{% endblocktrans %}">
|
|
|
<span class="glyphicon glyphicon-plus"></span>
|