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:
authorRobert Speicher <rspeicher@gmail.com>2016-01-06 02:02:12 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-06 02:02:12 +0300
commit52e41dcac4d0f76de77029aae07fce60b61d86ef (patch)
treef27bf06317839f113dcd75a092cf874bd11c11d6 /app/views/abuse_report_mailer
parentd453b24aca178fe74dd673b94de50d1f14fb651a (diff)
Fix the abuse report detail URL in the HTML email template
Diffstat (limited to 'app/views/abuse_report_mailer')
-rw-r--r--app/views/abuse_report_mailer/notify.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/abuse_report_mailer/notify.html.haml b/app/views/abuse_report_mailer/notify.html.haml
index 619533e09a7..2741eb44357 100644
--- a/app/views/abuse_report_mailer/notify.html.haml
+++ b/app/views/abuse_report_mailer/notify.html.haml
@@ -8,4 +8,4 @@
= @abuse_report.message
%p
- = link_to "View details", abuse_reports_url
+ = link_to "View details", admin_abuse_reports_url