4 lines
323 B
Text
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
|