diaspora/app/views/notifier/liked.text.haml
2011-05-11 17:02:05 -07:00

8 lines
252 B
Text

!= t('notifier.hello', :name => @receiver.profile.first_name)
!= t('notifier.liked.liked', :name => "#{@sender.name} (#{@sender.diaspora_handle})")
!= @like.post.formatted_message(:plain_text => true)
!= t('notifier.love')
!= t('notifier.diaspora')