]> 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 67f1c75a3bc3a21303c9e184e45de389fab1a956..aa7ee23b9372342b0b9b04664051beda3a4225ef 100644 (file)
@@ -1,5 +1,6 @@
-<% if pages.page_count > 1 %>
-  <span class="paginate">
-    <%= raw pagination_links_each(pages, {}) { |n| link_to(n, page_param => n) } %>
-  </span>
-<% end %>
+<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>