ref: master
app/views/tasks/_abuse_complaint_accept_details.html.erb
<% task.abuse_reports.each do |abuse_report| %>"<%= abuse_report.reason %>"<% end %>
<%= _('Reported by %{reporter} %{time}.') % {:reporter => abuse_report.reporter.name, :time => time_ago_in_words(abuse_report.created_at) }%>
<% if !abuse_report.content.blank? %> <% end %>
--