1
0
Fork 0
mirror of https://github.com/mcasimir/kaminari-bootstrap.git synced 2022-11-09 13:46:52 -05:00

Merge pull request #5 from tomorrownull/master

Fix a bug
This commit is contained in:
mcasimir 2013-04-08 14:58:33 -07:00
commit bc400c76fa

View file

@ -8,7 +8,6 @@
-%>
<%= paginator.render do -%>
<nav class="pagination">
<% if total_pages > 0 -%>
<ul>
<%= first_page_tag unless current_page.first? %>
<%= prev_page_tag unless current_page.first? %>
@ -22,6 +21,5 @@
<%= next_page_tag unless current_page.last? %>
<%= last_page_tag unless current_page.last? %>
</ul>
<% end -%>
</nav>
<% end -%>