summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-07-07 18:39:45 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-07-07 18:39:45 -0500
commitbe6c4fef40a937757a0e95ba758bf1b6da0155d7 (patch)
tree5e5539faeae7cacc3ab3dc2305903ff5d19dff6e /app/views/admin/abuse_reports
parent1867d0d505baf518fe92d3c306fddfb56e68a810 (diff)
downloadgitlab-ce-be6c4fef40a937757a0e95ba758bf1b6da0155d7.tar.gz
Removed unnecessary `id` from links and corrected tests to use the proper matcher.9127-link-report-to-profile
Diffstat (limited to 'app/views/admin/abuse_reports')
-rw-r--r--app/views/admin/abuse_reports/_abuse_report.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/abuse_reports/_abuse_report.html.haml b/app/views/admin/abuse_reports/_abuse_report.html.haml
index b54ca059a61..dd2e7ebd030 100644
--- a/app/views/admin/abuse_reports/_abuse_report.html.haml
+++ b/app/views/admin/abuse_reports/_abuse_report.html.haml
@@ -3,7 +3,7 @@
%tr
%td
- if user
- = link_to user.name, user, id: 'abuser_profile_path'
+ = link_to user.name, user
.light.small
Joined #{time_ago_with_tooltip(user.created_at)}
- else