From 5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 2 Sep 2010 17:49:11 +1200 Subject: Comment moderation now working in the backend. Of course it still happens automatically if the blog isn't moderated based on whether it's spam or not. --- app/views/admin/blog/comments/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/blog/comments/index.html.erb') diff --git a/app/views/admin/blog/comments/index.html.erb b/app/views/admin/blog/comments/index.html.erb index 940ba47..c1596a6 100644 --- a/app/views/admin/blog/comments/index.html.erb +++ b/app/views/admin/blog/comments/index.html.erb @@ -28,7 +28,7 @@ <% else %>

<%= t('.no_items_yet', - :type => (t("admin.blog.submenu.comments.#{action_name}").downcase unless action_name == 'index')) %> + :type => t("admin.blog.submenu.comments.#{action_name.gsub('index', 'new')}").downcase) %>

<% end %> <% end %> -- cgit v1.2.3