aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/comments/index.html.erb')
-rw-r--r--app/views/admin/blog/comments/index.html.erb10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin/blog/comments/index.html.erb b/app/views/admin/blog/comments/index.html.erb
index c1596a6..fbf268d 100644
--- a/app/views/admin/blog/comments/index.html.erb
+++ b/app/views/admin/blog/comments/index.html.erb
@@ -3,7 +3,7 @@
<% 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>
@@ -11,19 +11,19 @@
: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>
@@ -32,4 +32,4 @@
</h3>
<% end %>
<% end %>
-</div> \ No newline at end of file
+</div>