From a27b1b2648e9b283e5dbc3c9742c37d8cb65b4ba Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 10 Feb 2011 14:43:23 -0800 Subject: [PATCH] make the mention in html email not a link --- app/views/notifier/mentioned.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifier/mentioned.html.haml b/app/views/notifier/mentioned.html.haml index b0991e858..22f895c17 100644 --- a/app/views/notifier/mentioned.html.haml +++ b/app/views/notifier/mentioned.html.haml @@ -4,7 +4,7 @@ = "#{@sender.name} (#{@sender.diaspora_handle})" = t('.mentioned') %p - = @post.message + = @post.formatted_message(:plain_text => true) %p %br