Digest emails

This commit is contained in:
Roman Chvanikov 2019-04-20 19:42:19 +07:00
commit 64a2c6a041
19 changed files with 243 additions and 4 deletions

View file

@ -0,0 +1,5 @@
defmodule Pleroma.Web.EmailView do
use Pleroma.Web, :view
import Phoenix.HTML
import Phoenix.HTML.Link
end

View file

@ -0,0 +1,3 @@
defmodule Pleroma.Web.Mailer.SubscriptionView do
use Pleroma.Web, :view
end