mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: display correct reply count for crawler
This commit is contained in:
parent
721ee36425
commit
d96b35b0f5
@ -102,7 +102,7 @@
|
||||
<% end %>
|
||||
</td>
|
||||
<td class="replies">
|
||||
<span class='posts' title='<%= t 'posts' %>'><%= t.posts_count %></span>
|
||||
<span class='posts' title='<%= t 'posts' %>'><%= t.posts_count - 1 %></span>
|
||||
</td>
|
||||
<td class="views">
|
||||
<span class='views' title='<%= t 'views' %>'><%= t.views %></span>
|
||||
|
Loading…
Reference in New Issue
Block a user