9 lines
266 B
Text
9 lines
266 B
Text
|
<li class="page-item">
|
||
|
<%= link_to_unless current_page.last?,
|
||
|
raw(translate('pagination.next')),
|
||
|
url,
|
||
|
rel: 'next',
|
||
|
remote: remote,
|
||
|
class: 'page-link' %>
|
||
|
</li>
|