diff options
Diffstat (limited to 'app/views/admin/blog/comments')
-rw-r--r-- | app/views/admin/blog/comments/index.html.erb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app/views/admin/blog/comments/index.html.erb b/app/views/admin/blog/comments/index.html.erb index c5e911b..940ba47 100644 --- a/app/views/admin/blog/comments/index.html.erb +++ b/app/views/admin/blog/comments/index.html.erb @@ -3,24 +3,28 @@ <% if searching? %> <h2><%= t('shared.admin.search.results_for', :query => params[:search]) %></h2> <% if @blog_comments.any? %> - <%= will_paginate @blog_comments %> + <%=# will_paginate @blog_comments + %> <ul> <%= render :partial => "blog_comments", :collection => @blog_comments %> </ul> - <%= will_paginate @blog_comments %> + <%=# will_paginate @blog_comments + %> <% else %> <p><%= t('admin.search_no_results') %></p> <% end %> <% else %> <% if @blog_comments.any? %> - <%= will_paginate @blog_comments %> + <%=# will_paginate @blog_comments + %> <%= render :partial => "sortable_list" %> - <%= will_paginate @blog_comments %> + <%=# will_paginate @blog_comments + %> <% else %> <h3> <%= t('.no_items_yet', |