From d905021252d4367f5b68017a0578e87f8c28fafa Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Thu, 3 Feb 2011 13:07:12 -0800 Subject: [PATCH] comment emails have text --- app/views/notifier/comment_on_post.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/notifier/comment_on_post.html.haml b/app/views/notifier/comment_on_post.html.haml index 5f76c661b..7ae1aec79 100644 --- a/app/views/notifier/comment_on_post.html.haml +++ b/app/views/notifier/comment_on_post.html.haml @@ -4,6 +4,8 @@ = "#{@sender.name} (#{@sender.diaspora_handle})" = t('.commented') + = @comment.text + %br = link_to t('.sign_in'), status_message_url(@comment.post)