Add AdminFE reports URL to report emails

This commit is contained in:
Mark Felder 2020-07-09 11:55:40 -05:00
commit 2b979cc90c
2 changed files with 3 additions and 1 deletions

View file

@ -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()