Fixed kaminari pagination style for Bootstrap 3.0

This commit is contained in:
Christoph Haas 2013-08-21 23:02:15 +02:00
parent 0ad7b6400a
commit a0ba7bdf18

View file

@ -1,6 +1,5 @@
<%= paginator.render do -%>
<div class="pagination">
<ul>
<ul class="pagination">
<%= first_page_tag unless current_page.first? %>
<%= prev_page_tag unless current_page.first? %>
<% each_page do |page| -%>
@ -12,6 +11,5 @@
<% end -%>
<%= next_page_tag unless current_page.last? %>
<%= last_page_tag unless current_page.last? %>
</ul>
</div>
</ul>
<% end -%>