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)