app/views/kaminari/_paginator.html.erb in kaminari-0.9.3 vs app/views/kaminari/_paginator.html.erb in kaminari-0.9.4
- old
+ new
@@ -1,9 +1,10 @@
-<%# available local variables:
- current_page: the page number of currently displayed page
- num_pages: total number of pages
- per_page: number of items to fetch per page
- remote: data-remote
+<%# The container tag
+ - available local variables
+ current_page: the page number of currently displayed page
+ num_pages: total number of pages
+ per_page: number of items to fetch per page
+ remote: data-remote
-%>
<nav class='pagination'>
<%= content_for :kaminari_paginator_tags %>
</nav>