X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b072c2935f8f79e16b2b63cc5e01fc34326f7daa..496a872f02e9446533bc6dfb8b4ac3fd91bf3cf2:/app/views/changesets/_paging_nav.html.erb
diff --git a/app/views/changesets/_paging_nav.html.erb b/app/views/changesets/_paging_nav.html.erb
index 19ac42f95..058738222 100644
--- a/app/views/changesets/_paging_nav.html.erb
+++ b/app/views/changesets/_paging_nav.html.erb
@@ -1,6 +1,9 @@
-
-
<%= type_and_paginated_count(type, pages) %>
- <% if pages.page_count > 1 %>
- <%= sidebar_classic_pagination(pages, "#{type}_page") { |page| type_and_paginated_count(type, pages, page) } %>
- <% end %>
-
+<%= type_and_paginated_count(type, pages) %>
+<% if pages.page_count > 1 %>
+ <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
+ {
+ :title => type_and_paginated_count(type, pages, page),
+ :data => { :turbo => "true" }
+ }
+ end %>
+<% end %>