Change account moderation notes to make links clickable (#22553)
* Change account moderation notes to make links clickable Fixes #22539 * Fix styling of account moderation note links
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
= l report_note.created_at.to_date
|
||||
|
||||
.report-notes__item__content
|
||||
= simple_format(h(report_note.content))
|
||||
= linkify(report_note.content)
|
||||
|
||||
- if can?(:destroy, report_note)
|
||||
.report-notes__item__actions
|
||||
|
Reference in New Issue
Block a user