chinwagsocial/app/views/admin/reports
Claire 876840e9ef
Fix brakeman warning (#15870)
As far as I understand, the brakeman warning was a false-positive as
`content_tag` properly escapes untrusted HTML. Furthermore, the interpolated
string values are built from the “username” part of accounts, which is
restricted to a small subset of ASCII that precludes any XML entity or HTML
code.

This proposed change should be functionally equivalent to the current code,
however it is slightly more robust, it's more idiomatic, and Brakeman will
stop complaining about it.
2021-03-19 23:48:59 +01:00
..
_action_log.html.haml Fix brakeman warning (#15870) 2021-03-19 23:48:59 +01:00
_status.html.haml Fix expand video on public page (#15469) 2020-12-30 23:18:11 +01:00
index.html.haml Add indication to admin UI of whether a report has been forwarded (#13237) 2020-12-15 04:30:15 +01:00
show.html.haml Add indication to admin UI of whether a report has been forwarded (#13237) 2020-12-15 04:30:15 +01:00