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