summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports/_abuse_report.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/abuse_reports/_abuse_report.html.haml')
-rw-r--r--app/views/admin/abuse_reports/_abuse_report.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/abuse_reports/_abuse_report.html.haml b/app/views/admin/abuse_reports/_abuse_report.html.haml
index 862b86d9d4a..dd2e7ebd030 100644
--- a/app/views/admin/abuse_reports/_abuse_report.html.haml
+++ b/app/views/admin/abuse_reports/_abuse_report.html.haml
@@ -3,14 +3,14 @@
%tr
%td
- if user
- = link_to user.name, [:admin, user]
+ = link_to user.name, user
.light.small
Joined #{time_ago_with_tooltip(user.created_at)}
- else
(removed)
%td
- if reporter
- = link_to reporter.name, [:admin, reporter]
+ = link_to reporter.name, reporter
- else
(removed)
.light.small