mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42: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 %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<% if params[:sort_by] != 'random' %>
|
||||||
<% if @page_count > 1 %>
|
<% if @page_count > 1 %>
|
||||||
<div style="font-size: 30pt">
|
<div style="font-size: 30pt">
|
||||||
<% if @current_page != 1 %>
|
<% if @current_page != 1 %>
|
||||||
|
@ -64,4 +65,5 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<% end %>
|
||||||
</div> <!-- end .content -->
|
</div> <!-- end .content -->
|
Loading…
Add table
Reference in a new issue