From 71b816c300eb24f9306967be60a9c8eef6785830 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Fri, 30 May 2014 22:52:37 +0000 Subject: [PATCH] Fixed message explaining cell on spaminator report --- plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb b/plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb index 853fee3..1d5de54 100644 --- a/plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb +++ b/plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb @@ -21,7 +21,7 @@ '><%= "#{report.spams_by_no_network} / #{report.processed_comments}" %> '><%= "#{report.spams} / #{report.total_comments}" %> '><%= "#{report.spammers_by_comments} / #{report.processed_people}" %> - '><%= "#{report.spammers_by_no_network} / #{report.processed_people}" %> + '><%= "#{report.spammers_by_no_network} / #{report.processed_people}" %> '><%= "#{report.spammers} / #{report.total_people}" %> <% end %> -- libgit2 0.21.2