diaspora/app/views/notifier/comment_on_post.text.haml
2011-02-01 12:54:05 -08:00

8 lines
224 B
Text

= t('notifier.hello', :name => @receiver.profile.first_name)
= "#{@sender.name} (#{@sender.diaspora_handle})"
= t('notifier.comment_on_post.commented')
= @comment.text
= "#{t('notifier.love')} \n"
= t('notifier.diaspora')