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 428b6cf59..f9d57c2ae 100644
--- a/app/views/admin/report_notes/_report_note.html.haml
+++ b/app/views/admin/report_notes/_report_note.html.haml
@@ -3,7 +3,7 @@
 
   .report-notes__item__header
     %span.username
-      = link_to display_name(report_note.account), admin_account_path(report_note.account_id)
+      = link_to report_note.account.username, admin_account_path(report_note.account_id)
     %time{ datetime: report_note.created_at.iso8601, title: l(report_note.created_at) }
       - if report_note.created_at.today?
         = t('admin.report_notes.today_at', time: l(report_note.created_at, format: :time))