17 lines
343 B
Text
17 lines
343 B
Text
%p
|
|
= t('notifier.hello', :name => @receiver.profile.first_name)
|
|
%p
|
|
= "#{@sender.name} (#{@sender.diaspora_handle})"
|
|
= t('.commented', :post_author => @post_author_name)
|
|
%br
|
|
%br
|
|
= @comment.text
|
|
|
|
%br
|
|
%br
|
|
= link_to t('.sign_in'), status_message_url(@comment.post)
|
|
|
|
%br
|
|
= t('notifier.love')
|
|
%br
|
|
= t('notifier.diaspora')
|