diaspora/app/views/notifier/reshared.html.haml
2011-08-25 17:16:09 -07:00

8 lines
213 B
Text

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