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 %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
<td class="replies">
|
<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>
|
||||||
<td class="views">
|
<td class="views">
|
||||||
<span class='views' title='<%= t 'views' %>'><%= t.views %></span>
|
<span class='views' title='<%= t 'views' %>'><%= t.views %></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user