fs/rails-base

View on GitHub
app/views/kaminari/_next_page.html.slim

Summary

Maintainability
Test Coverage
li
  = link_to_unless(current_page.last?,
                   raw(t("views.pagination.next")),
                   url,
                   rel: "next",
                   remote: remote)