diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-07-27 22:53:46 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-07-27 22:53:46 +0300 |
commit | bba9d632d6abfde62d00429d7092c76c4db0bc8e (patch) | |
tree | 7e1a47de9bc95f6e4d41e06d6a47fbc1503449c7 /app/views/refinery/blog/categories | |
parent | d3da59e3f250f7b8f52946ab903efc8dcbe2a7cd (diff) | |
download | refinerycms-blog-bba9d632d6abfde62d00429d7092c76c4db0bc8e.tar.gz refinerycms-blog-bba9d632d6abfde62d00429d7092c76c4db0bc8e.tar.bz2 refinerycms-blog-bba9d632d6abfde62d00429d7092c76c4db0bc8e.zip |
will_paginate -> paginate.
Diffstat (limited to 'app/views/refinery/blog/categories')
-rw-r--r-- | app/views/refinery/blog/categories/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/blog/categories/show.html.erb b/app/views/refinery/blog/categories/show.html.erb index 40444ec..fd0bc25 100644 --- a/app/views/refinery/blog/categories/show.html.erb +++ b/app/views/refinery/blog/categories/show.html.erb @@ -4,7 +4,7 @@ <% if @blog_posts.any? %> <section id="blog_posts"> <%= render :partial => "/blog/shared/post", :collection => @blog_posts %> - <%= will_paginate @blog_posts %> + <%= paginate @blog_posts %> </section> <% else %> <p> |