18 lines
386 B
Text
18 lines
386 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'), conversations_url(:conversation_id => @conversation)
|
|
|
|
%br
|
|
= t('notifier.love')
|
|
%br
|
|
= t('notifier.diaspora')
|