ref: master
plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb
<%= _('Spaminator reports')%>
<%= _('Date') %> | <%= _('Spams on comments') %> | <%= _('Spammers')%> | ||||
---|---|---|---|---|---|---|
<%= _('On content') %> | <%= _('From spammers') %> | <%= _('Total') %> | <%= _('With spam comments')%> | <%= _('With no network')%> | <%= _('Total')%> | |
<%= report.created_at.strftime("%Y-%m-%d") %> | '><%= "#{report.spams_by_content} / #{report.processed_comments}" %> | '><%= "#{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} / #{report.total_people}" %> |