femslash-city/views/_pagination.erb
Agnes 596fd85f2f
Some checks failed
CI / test (push) Has been cancelled
accidentally leaked secrets so had to nuke shit fuck
2026-08-19 17:29:54 -04:00

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 %>