FIX: display correct reply count for crawler

This commit is contained in:
hawm 2020-10-09 19:25:41 +08:00 committed by Robin Ward
parent 721ee36425
commit d96b35b0f5

View File

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