]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changesets/_paging_nav.html.erb
Improved error reporting when trace upload fails
[rails.git] / app / views / changesets / _paging_nav.html.erb
index 19ac42f9513b907015e9db30b1f72fa590f2a85b..fbdf1d50773c1e1d728e1877c982efe3f5a8801c 100644 (file)
@@ -1,6 +1,11 @@
 <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") { |page| type_and_paginated_count(type, pages, page) } %>
+    <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
+          {
+            :title => type_and_paginated_count(type, pages, page),
+            :data => { :turbo => "true" }
+          }
+        end %>
   <% end %>
 </div>