mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
5 lines
227 B
Text
5 lines
227 B
Text
<% 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 %>
|