Merge pull request #3590 from movilla/reshares_mobile_2_the_revenge_absolute_root
reshare mobile doesnt show the original author - absolute_root - Fix: #3368 [ci skip]
This commit is contained in:
commit
48049d9b49
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
|
||||
- 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue