summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-07-06 16:17:20 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-07-06 16:17:20 -0500
commit1867d0d505baf518fe92d3c306fddfb56e68a810 (patch)
tree837a119048c78d473afc22da9b28acf91a25c59e /app/views/admin/abuse_reports
parent5c4a2bff91e7ad02a675e5d0ce1c27a36bc4bee6 (diff)
downloadgitlab-ce-1867d0d505baf518fe92d3c306fddfb56e68a810.tar.gz
Added specs to check for the correct links.
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 dd2e7ebd030..b54ca059a61 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
+ = link_to user.name, user, id: 'abuser_profile_path'
.light.small
Joined #{time_ago_with_tooltip(user.created_at)}
- else