From 31a0202546acb20094eb6367061e50f5525cc7ed Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 2 Oct 2016 15:37:35 +0200 Subject: Slightly improved e-mail notifications --- app/views/notification_mailer/mention.text.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/views/notification_mailer/mention.text.erb') diff --git a/app/views/notification_mailer/mention.text.erb b/app/views/notification_mailer/mention.text.erb index f3582749d..72dc1b009 100644 --- a/app/views/notification_mailer/mention.text.erb +++ b/app/views/notification_mailer/mention.text.erb @@ -2,6 +2,4 @@ You were mentioned by <%= @status.account.acct %> in: -<%= strip_tags(@status.content) %> - -<%= TagManager.instance.url_for(@status) %> +<%= render partial: 'status' %> -- cgit