18 lines
365 B
Text
18 lines
365 B
Text
%p
|
|
= t('notifier.hello', :name => @receiver.profile.first_name)
|
|
%p
|
|
= "#{@sender.name} (#{@sender.diaspora_handle})"
|
|
= t('.private_message')
|
|
%p
|
|
= t('.message_subject', :subject => @conversation.subject)
|
|
%p
|
|
= @message.text
|
|
%p
|
|
|
|
%br
|
|
= link_to t('.sign_in'), conversation_url(@conversation)
|
|
|
|
%br
|
|
= t('notifier.love')
|
|
%br
|
|
= t('notifier.diaspora')
|