Add new users digest email
This commit is contained in:
parent
52a0bf62f5
commit
df0b8f1d08
7 changed files with 484 additions and 1 deletions
|
|
@ -12,4 +12,8 @@ defmodule Pleroma.Web.EmailView do
|
|||
|> Timex.parse!("{ISO:Extended:Z}")
|
||||
|> Timex.format!("{Mshort} {D}, {YYYY} {h24}:{m}")
|
||||
end
|
||||
|
||||
def admin_user_url(%{id: id}) do
|
||||
Pleroma.Web.Endpoint.url() <> "/pleroma/admin/#/users/" <> id
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue