app/views/kaminari/blacklight/_paginator.html.erb in blacklight-4.9.0 vs app/views/kaminari/blacklight/_paginator.html.erb in blacklight-5.0.0.pre1
- old
+ new
@@ -7,10 +7,10 @@
paginator: the paginator that renders the pagination tags inside
Paginator now using the Bootstrap paginator class
-%>
<%= paginator.render do -%>
- <ul>
+ <ul class="pagination">
<%= prev_page_tag %>
<%= next_page_tag %>
<% each_relevant_page do |page| -%>
<% if page.left_outer? || page.right_outer? || page.inside_window? -%>
<%= page_tag page %>