Move who liked a post above the replies

This commit is contained in:
Robin Ward 2015-07-07 15:37:48 -04:00
parent 4706b77940
commit 7eb6dca3ec
1 changed files with 1 additions and 1 deletions

View File

@ -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>