diaspora/app/views/notifier/liked.text.haml

8 lines
254 B
Text

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