fixes #2432, fix tests

This commit is contained in:
r888888888
2015-07-14 15:13:04 -07:00
parent 2c8cacd50e
commit 6ad6aa44c4
13 changed files with 6809 additions and 841 deletions

View File

@@ -10,6 +10,10 @@
<% end %>
<% unless @random.present? %>
<%= numbered_paginator(post_set.posts) %>
<% if post_set.use_sequential_paginator? %>
<%= sequential_paginator(post_set.posts) %>
<% else %>
<%= numbered_paginator(post_set.posts) %>
<% end %>
<% end %>
</div>