Add AdminFE reports URL to report emails
This commit is contained in:
parent
4db6678429
commit
2b979cc90c
2 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue