#1938 Add order:random as alternative random trigger

This commit is contained in:
Toks
2015-06-09 18:15:50 -04:00
parent 883a4cbf5a
commit 3bc92f1ca7
3 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
</div>
<% end %>
<% unless params[:random].present? %>
<% unless @random.present? %>
<%= numbered_paginator(post_set.posts) %>
<% end %>
</div>