]> git.openstreetmap.org Git - rails.git/blob - app/views/changesets/_paging_nav.html.erb
fbdf1d50773c1e1d728e1877c982efe3f5a8801c
[rails.git] / app / views / changesets / _paging_nav.html.erb
1 <div class="d-flex flex-wrap gap-2">
2   <h4 class="fs-5 mb-0"><%= type_and_paginated_count(type, pages) %></h4>
3   <% if pages.page_count > 1 %>
4     <%= sidebar_classic_pagination(pages, "#{type}_page") do |page|
5           {
6             :title => type_and_paginated_count(type, pages, page),
7             :data => { :turbo => "true" }
8           }
9         end %>
10   <% end %>
11 </div>