diff options
Diffstat (limited to 'lib/pleroma/web/views/mailer/subscription_view.ex')
| -rw-r--r-- | lib/pleroma/web/views/mailer/subscription_view.ex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/pleroma/web/views/mailer/subscription_view.ex b/lib/pleroma/web/views/mailer/subscription_view.ex new file mode 100644 index 0000000..037fb65 --- /dev/null +++ b/lib/pleroma/web/views/mailer/subscription_view.ex @@ -0,0 +1,8 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + +defmodule Pleroma.Web.Mailer.SubscriptionView do + use Pleroma.Web, :view + alias Pleroma.Web.Gettext +end |
