Browse Source

Fixed new replies/thread indicator

Rafał Pitoń 10 years ago
parent
commit
b9df879a1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/templates/misago/threads/base.html

+ 1 - 1
misago/templates/misago/threads/base.html

@@ -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>