popular posts: add pagination.

This commit is contained in:
evazion
2020-02-23 17:25:37 -06:00
parent 463b1b734e
commit 01e9020b6a
3 changed files with 4 additions and 2 deletions

View File

@@ -11,5 +11,6 @@
<%= render "posts/partials/common/inline_blacklist" %>
<%= post_previews_html(@posts) %>
<%= numbered_paginator(@posts) %>
</div>
</div>

View File

@@ -11,5 +11,6 @@
<%= render "posts/partials/common/inline_blacklist" %>
<%= post_previews_html(@posts) %>
<%= numbered_paginator(@posts) %>
</div>
</div>