1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 22:55:52 +00:00
akkoma/lib/pleroma/web/views/mailer/subscription_view.ex

9 lines
265 B
Elixir
Raw Normal View History

2020-10-12 12:00:50 -05:00
# Pleroma: A lightweight social networking server
# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
2020-10-12 12:00:50 -05:00
# SPDX-License-Identifier: AGPL-3.0-only
2019-04-20 19:42:19 +07:00
defmodule Pleroma.Web.Mailer.SubscriptionView do
use Pleroma.Web, :view
2022-03-01 19:17:11 -05:00
alias Pleroma.Web.Gettext
2019-04-20 19:42:19 +07:00
end