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

4 lines
323 B
Text

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