mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
pull pagination if randomizing
This commit is contained in:
parent
79ba7aa4f8
commit
279ffa4df1
1 changed files with 14 additions and 12 deletions
|
@ -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 -->
|
Loading…
Add table
Reference in a new issue