"<%= abuse_report.reason %>"
<%= _('Reported by %{reporter} %{time}.') % {:reporter => abuse_report.reporter.name, :time => time_ago_in_words(abuse_report.created_at) }%>
<% if !abuse_report.content.blank? %>
class="abuse-report-details">
<%= abuse_report.content %>
<% end %>
--
<% end %>