8 lines
252 B
Text
8 lines
252 B
Text
%p
|
|
= "#{t('.liked', :name => "#{@notification.sender.name}")}:"
|
|
|
|
%p{:style => "font-style:italic;color:#666"}
|
|
= post_message(@notification.like.target, :process_newlines => true)
|
|
|
|
%p
|
|
= link_to t('.view_post'), post_url(@notification.like.target)
|