diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-19 19:20:07 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-19 19:20:07 +0100 |
commit | 2b116131d78460e5cbb8eacc30aaaf04106ea0fa (patch) | |
tree | 62ff3751b4f94b36335d5bd7d45374e024cd1d19 /app/views/layouts | |
parent | e2b846f630cae00096a42dffeff759d0ef8e1c3e (diff) |
Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing another mention recording bug
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 %> |