end
link_classes = ["page-link", { "px-1" => width > max_width_for_default_padding }]
- tag.ul :class => "pagination pagination-sm mb-1 ms-auto" do
+ tag.ul :class => "pagination pagination-sm mb-2" do
pagination_items(pages, {}).each do |body, page_or_class|
linked = !(page_or_class.is_a? String)
link = if linked
-<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") do |page|
- {
- :title => type_and_paginated_count(type, pages, page),
- :data => { :turbo => "true" }
- }
- end %>
- <% 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 %>