From a1a53b34e9270a0d755207b26b9e83383de3ff1d Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Sun, 26 Jun 2011 12:43:02 -0700 Subject: [PATCH] Link to post in text email for comment_on_post. Fix 1144 --- app/views/notifier/comment_on_post.text.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/notifier/comment_on_post.text.haml b/app/views/notifier/comment_on_post.text.haml index 72a96c847..d6d4bd14e 100644 --- a/app/views/notifier/comment_on_post.text.haml +++ b/app/views/notifier/comment_on_post.text.haml @@ -4,5 +4,7 @@ != @comment.text +!= status_message_url(@comment.post) + != "#{t('notifier.love')} \n" != t('notifier.diaspora')