diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-01-18 16:32:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 16:32:23 +0100 |
commit | 9b3e22c40d5a24ddfa0df42d8fe6e96a273e8afd (patch) | |
tree | 008c3a769d5562ca8ba37ebb867cc88fcdf4fab0 /app/views/admin/report_notes | |
parent | 7e6ffa085f97dc4688e2655fe2447743ab807e44 (diff) |
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
Diffstat (limited to 'app/views/admin/report_notes')
-rw-r--r-- | app/views/admin/report_notes/_report_note.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/report_notes/_report_note.html.haml b/app/views/admin/report_notes/_report_note.html.haml index 54c252ee8..64628989a 100644 --- a/app/views/admin/report_notes/_report_note.html.haml +++ b/app/views/admin/report_notes/_report_note.html.haml @@ -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 |