about summary refs log tree commit diff
path: root/app/views/admin/report_notes/_report_note.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/report_notes/_report_note.html.haml')
-rw-r--r--app/views/admin/report_notes/_report_note.html.haml2
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