]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changesets/_paging_nav.html.erb
Create base and head branches before running danger
[rails.git] / app / views / changesets / _paging_nav.html.erb
index aa7ee23b9372342b0b9b04664051beda3a4225ef..0587382222de27d64af44dc64dbc04ffff8c1a03 100644 (file)
@@ -1,6 +1,9 @@
-<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>
+<h4 class="fs-5"><%= type_and_paginated_count(type, pages) %></h4>
+<% 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 %>