Skip to content
Snippets Groups Projects
Commit c6c20b59 authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

Performance improvements broke things

parent fd72f503
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
</div>
<% end %>
<% post_count = @posts.to_a.size %>
<% post_count = @posts.count %>
<div class="has-color-tertiary-500 category-meta" title="<%= post_count %>">
<div>
<%= short_number_to_human post_count, precision: 1, significant: false %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment