themes/dirtylicious/views/articles/index.html.erb in typo-5.1.3 vs themes/dirtylicious/views/articles/index.html.erb in typo-5.1.98
- old
+ new
@@ -1,5 +1,3 @@
<%= render :partial => 'articles/article', :collection => @articles %>
-<% unless @pages.item_count <= this_blog.limit_article_display -%>
-<p class="pagination">Older posts: <%= pagination_links @pages, :params => { :action => @controller.action_name } %></p>
-<% end -%>
+<p class="pagination"><%= will_paginate @articles %></p>