]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changesets/_paging_nav.html.erb
Add titles to changeset element page links
[rails.git] / app / views / changesets / _paging_nav.html.erb
index aa7ee23b9372342b0b9b04664051beda3a4225ef..19ac42f9513b907015e9db30b1f72fa590f2a85b 100644 (file)
@@ -1,6 +1,6 @@
 <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") %>
+    <%= sidebar_classic_pagination(pages, "#{type}_page") { |page| type_and_paginated_count(type, pages, page) } %>
   <% end %>
 </div>