reshare mobile doesnt show the original author - absolute_root - Fix: 3368
This commit is contained in:
parent
8279eb2262
commit
dc0b2d9e58
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
|
|
||||||
- if post.is_a?(Reshare)
|
- if post.is_a?(Reshare)
|
||||||
= render 'reshares/reshare', :reshare => post, :post => post.root
|
= render 'reshares/reshare', :reshare => post, :post => post.absolute_root
|
||||||
|
|
||||||
= render 'shared/photo_area', :post => post
|
= render 'shared/photo_area', :post => post
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue