docbrown/app/views/kaminari/internal/_first_page.html.erb
Guilherme Vinicius Moreira 806075dbe7
Refactor internal mods page (#7002)
* Refactor internal mods page

* Refactor code style suggestions
2020-04-03 10:41:09 -04:00

3 lines
148 B
Text

<li class="page-item">
<%= link_to_unless current_page.first?, raw(t("views.pagination.first")), url, remote: remote, class: "page-link" %>
</li>