]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_paging_nav.html.erb
Move sidebar pagination to helpers
[rails.git] / app / views / browse / _paging_nav.html.erb
index 1f4cbee85e8a8af148b08a720c272db7e34481c6..ed129aad0fcb97097538036a46dd829b430f7912 100644 (file)
@@ -1,8 +1,6 @@
 <div class="d-flex flex-wrap gap-2">
   <h4 class="fs-5 mb-0"><%= heading %></h4>
   <% if pages.page_count > 1 %>
-    <div class="ms-auto">
-      <%= raw pagination_links_bootstrap(pages, {}) { |n| url_for(page_param => n) } %>
-    </div>
+    <%= sidebar_classic_pagination(pages, page_param) %>
   <% end %>
 </div>