mirror of
https://github.com/neocities/neocities.git
synced 2026-05-26 17:05:10 +00:00
6 lines
227 B
Plaintext
6 lines
227 B
Plaintext
<% 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 %>
|