diaspora/app/views/notifier/private_message.text.haml
MrZYX 0d1133cd51 fixed some translations
do not escape html in private_message text only email
2011-03-09 15:33:46 +01:00

9 lines
320 B
Text

!= t('notifier.hello', :name => @receiver.profile.first_name)
!= "#{@sender.name} (#{@sender.diaspora_handle})"
!= t('notifier.private_message.private_message')
!= t('notifier.private_message.message_subject', :subject => @conversation.subject)
!= @message.text
!= "#{t('notifier.love')} \n"
!= t('notifier.diaspora')