diff options
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/mailer.text.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb new file mode 100644 index 000000000..632702439 --- /dev/null +++ b/app/views/layouts/mailer.text.erb @@ -0,0 +1,5 @@ +<%= yield %> + +--- + +Mastodon notifications from <%= Rails.configuration.x.local_domain %> |