projectblacklight/blacklight

View on GitHub
app/views/catalog/_paginate_compact.html.erb

Summary

Maintainability
Test Coverage
<%= render Blacklight::Response::PaginationComponent.new(
  response: paginate_compact,
  theme: :blacklight_compact,
  page_entries_info: page_entries_info(paginate_compact),
  role: nil,
  html: { aria: {} })
%>