diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-09 11:55:40 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-09 11:55:40 -0500 |
commit | 2b979cc90c4e466a8d0a83706e642b325cc24d0e (patch) | |
tree | 89e7704117ba6166c4193415e0b02083d3569149 /lib | |
parent | 4db667842970b2f92e30eb7fc7990161f96cb54b (diff) | |
download | pleroma-2b979cc90c4e466a8d0a83706e642b325cc24d0e.tar.gz pleroma-2b979cc90c4e466a8d0a83706e642b325cc24d0e.zip |
Add AdminFE reports URL to report emails
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/emails/admin_email.ex | 2 |
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() |