Move who liked a post above the replies
This commit is contained in:
parent
4706b77940
commit
7eb6dca3ec
|
@ -106,6 +106,7 @@
|
|||
unhidePost="unhidePost"}}
|
||||
</div>
|
||||
|
||||
{{who-liked post=this}}
|
||||
{{#if replies}}
|
||||
<section class='embedded-posts bottom'>
|
||||
{{#each reply in replies}}
|
||||
|
@ -115,7 +116,6 @@
|
|||
{{/if}}
|
||||
|
||||
{{actions-summary post=this}}
|
||||
{{who-liked post=this}}
|
||||
{{view 'topic-map-container' post=this topic=controller.model}}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue