Merge branch 'develop' into refactor/notification_settings
[akkoma] / lib / pleroma / emails / admin_email.ex
index c67ba63adc29c553424e1713033809527d847ed6..aa0b2a66ba6724b95c8a304b4908e56d55b61966 100644 (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()