16 lines
331 B
Text
16 lines
331 B
Text
%p
|
|
= t('notifier.hello', :name => @receiver.profile.first_name)
|
|
%p
|
|
= t('.liked', :name => "#{@sender.name} (#{@sender.diaspora_handle})")
|
|
|
|
%p
|
|
= @like.post.formatted_message(:plain_text => true)
|
|
%p
|
|
|
|
%br
|
|
= link_to t('.sign_in'), status_message_url(@like.post)
|
|
|
|
%br
|
|
= t('notifier.love')
|
|
%br
|
|
= t('notifier.diaspora')
|