Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-07-07 00:17:20 +0300
committerPatricio Cano <suprnova32@gmail.com>2016-07-07 00:17:20 +0300
commit1867d0d505baf518fe92d3c306fddfb56e68a810 (patch)
tree837a119048c78d473afc22da9b28acf91a25c59e /app/views/admin
parent5c4a2bff91e7ad02a675e5d0ce1c27a36bc4bee6 (diff)
Added specs to check for the correct links.
Diffstat (limited to 'app/views/admin')
-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