mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
helps when you add the right files
This commit is contained in:
parent
32b4fe0d49
commit
f3aab94de7
1 changed files with 5 additions and 0 deletions
5
views/_pagination.erb
Normal file
5
views/_pagination.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<% if @pagination_dataset.total_pages > 1 %>
|
||||
<div class="txt-Center eps pagination">
|
||||
<%== will_paginate @pagination_dataset, previous_label: '', next_label: '<i class="fa fa-arrow-right arrow"></i>' %>
|
||||
</div>
|
||||
<% end %>
|
Loading…
Add table
Reference in a new issue