diaspora/app/views/shared/_stream_element_shim.haml
2011-07-21 18:22:17 -07:00

5 lines
326 B
Text

-if post.model.is_a?(Reshare)
= render 'shared/stream_element', :post => post.root, :all_aspects => all_aspects, :commenting_disabled => commenting_disabled, :reshare => post
- else
= render 'shared/stream_element', :post => post, :all_aspects => all_aspects, :commenting_disabled => commenting_disabled, :reshare => nil