diaspora/app/views/notifier/reshared.html.haml
2011-10-04 23:48:28 -05:00

8 lines
252 B
Text

%p
= "#{t('.reshared', :name => "#{@notification.sender.name}")}:"
%p{:style => "font-style:italic;color:#666"}
= post_message(@notification.reshare.root, :process_newlines => true)
%p
= link_to t('.view_post'), post_url(@notification.reshare)