%# This is copied from blacklight-5.5.3/app/views/kaminari/blacklight_compact/_paginator.html.erb so we can add a aria-hidden="true" attribute around it. If that gets added into Blacklight, this file can be removed -%> <% if total_pages > 1 -%> <%# #render checks if total_pages > 1, so we can't put our fallback in here .. -%> <%= paginator.render do -%>
<% end -%> <% else -%> <% end -%>