aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-07-09 17:23:15 +0000
committerfeld <feld@feld.me>2020-07-09 17:23:15 +0000
commit4301ae386154b5c6b863034491fe930ae8975459 (patch)
tree89e7704117ba6166c4193415e0b02083d3569149 /lib
parent4db667842970b2f92e30eb7fc7990161f96cb54b (diff)
parent2b979cc90c4e466a8d0a83706e642b325cc24d0e (diff)
downloadpleroma-4301ae386154b5c6b863034491fe930ae8975459.tar.gz
Merge branch 'feature/add-adminfe-url-to-report-mails' into 'develop'
Add AdminFE reports URL to report emails Closes #1926 See merge request pleroma/pleroma!2742
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/emails/admin_email.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pleroma/emails/admin_email.ex b/lib/pleroma/emails/admin_email.ex
index c67ba63ad..aa0b2a66b 100644
--- a/lib/pleroma/emails/admin_email.ex
+++ b/lib/pleroma/emails/admin_email.ex
@@ -72,6 +72,8 @@ defmodule Pleroma.Emails.AdminEmail do
<p>Reported Account: <a href="#{user_url(account)}">#{account.nickname}</a></p>
#{comment_html}
#{statuses_html}
+ <p>
+ <a href="#{Pleroma.Web.base_url()}/pleroma/admin/#/reports/index">View Reports in AdminFE</a>
"""
new()