diaspora/app/views/notifier/private_message.text.haml
2011-03-08 10:53:49 -08:00

8 lines
230 B
Text

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