diff --git a/app/views/comments/index.html.erb b/app/views/comments/index.html.erb index c51fedf..388a8bb 100644 --- a/app/views/comments/index.html.erb +++ b/app/views/comments/index.html.erb @@ -8,6 +8,7 @@

<% end %>
+ <%= will_paginate :previous_label => h("< Previous Page"), :next_label => h("Next Page >") %> <%= render @comments %> <%= will_paginate :previous_label => h("< Previous Page"), :next_label => h("Next Page >") %>