]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_paging_nav.html.erb
Merge remote-tracking branch 'upstream/pull/4272'
[rails.git] / app / views / browse / _paging_nav.html.erb
index f236b44650160450004a53cf8ac28722a5668f41..aa7ee23b9372342b0b9b04664051beda3a4225ef 100644 (file)
@@ -1,14 +1,6 @@
-<div>
-<% current_page = pages.current_page %>
-
-<%= t'browse.paging_nav.showing_page' %>
-<%= current_page.number %> (<%= current_page.first_item %><%
-if (current_page.first_item < current_page.last_item) # if more than 1 trace on page
-  %>-<%= current_page.last_item %><%
-end %>
-<%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
-
-<% if pages.page_count > 1 %>
-| <%= raw pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>
-<% end %>
-</div>
\ No newline at end of file
+<div class="d-flex flex-wrap gap-2">
+  <h4 class="fs-5 mb-0"><%= type_and_paginated_count(type, pages) %></h4>
+  <% if pages.page_count > 1 %>
+    <%= sidebar_classic_pagination(pages, "#{type}_page") %>
+  <% end %>
+</div>