Skip to content

Commit

Permalink
BL-1873 Use search results pagination component
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei100 committed May 15, 2024
1 parent baae952 commit e602c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 0 additions & 11 deletions app/views/catalog/_results_pagination.html.erb

This file was deleted.

4 changes: 3 additions & 1 deletion app/views/catalog/_search_results.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
<%= render_document_index %>
<%- end %>

<%= render "results_pagination" %>
<nav class="center" role="region" aria-label="<%= t('views.pagination.aria.container_label') %>">
<%= render "results_pagination" %>
</nav>

0 comments on commit e602c08

Please sign in to comment.