From 281cb759914b0d546496aeac00429ab5f9c538a3 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 11 Sep 2011 17:03:36 -0400 Subject: [PATCH] fix --- app/views/comments/partials/index/_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/partials/index/_header.html.erb b/app/views/comments/partials/index/_header.html.erb index edfcab2e4..d8b92abf0 100644 --- a/app/views/comments/partials/index/_header.html.erb +++ b/app/views/comments/partials/index/_header.html.erb @@ -33,7 +33,7 @@
<% if post.comments.count > 6 %> - <%= link_to "#{pluralize(post.comments.size, 'comment')} hidden", comments_path(:post_id => post.id), :remote => true %> + <%= link_to "#{pluralize(post.comments.count - 6, 'more comment')}", comments_path(:post_id => post.id), :remote => true %> <% end %> <% if post.comments.hidden(CurrentUser.user).count > 0 %>