pull pagination if randomizing

This commit is contained in:
Kyle Drake 2013-07-14 23:45:11 -04:00
parent 79ba7aa4f8
commit 279ffa4df1

View file

@ -49,6 +49,7 @@
<% end %>
</ul>
<% if params[:sort_by] != 'random' %>
<% if @page_count > 1 %>
<div style="font-size: 30pt">
<% if @current_page != 1 %>
@ -64,4 +65,5 @@
<% end %>
</div>
<% end %>
<% end %>
</div> <!-- end .content -->