diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-02 15:37:35 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-02 15:37:35 +0200 |
commit | 31a0202546acb20094eb6367061e50f5525cc7ed (patch) | |
tree | 55a956b42082a594775197d7aa54a44ae300a3e3 /app/views/notification_mailer/_status.text.erb | |
parent | 2d4f9ecebf286aa9868f00373294c5e68b6f4b93 (diff) |
Slightly improved e-mail notifications
Diffstat (limited to 'app/views/notification_mailer/_status.text.erb')
-rw-r--r-- | app/views/notification_mailer/_status.text.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/notification_mailer/_status.text.erb b/app/views/notification_mailer/_status.text.erb new file mode 100644 index 000000000..24c154364 --- /dev/null +++ b/app/views/notification_mailer/_status.text.erb @@ -0,0 +1,3 @@ +<%= strip_tags(@status.content) %> + +<%= TagManager.instance.url_for(@status) %> |