summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-06 09:56:12 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-06 09:56:12 +0000
commitf6b61d1948f99039a5087ac8f49ad390a4a6565a (patch)
treebfc62d81f46b848ac1e8dca6a0c1ae1c15b664dc
parent797c2326c386437bbae711cf0ba9bc4eb6395492 (diff)
parent52e41dcac4d0f76de77029aae07fce60b61d86ef (diff)
downloadgitlab-ce-f6b61d1948f99039a5087ac8f49ad390a4a6565a.tar.gz
Merge branch 'rs-fix-abuse-report-url' into 'master'
Fix the abuse report detail URL in the HTML email template Previous URL resulted in a 404. See merge request !2310
-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