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"}} unhidePost="unhidePost"}}
</div> </div>
{{who-liked post=this}}
{{#if replies}} {{#if replies}}
<section class='embedded-posts bottom'> <section class='embedded-posts bottom'>
{{#each reply in replies}} {{#each reply in replies}}
@ -115,7 +116,6 @@
{{/if}} {{/if}}
{{actions-summary post=this}} {{actions-summary post=this}}
{{who-liked post=this}}
{{view 'topic-map-container' post=this topic=controller.model}} {{view 'topic-map-container' post=this topic=controller.model}}
</div> </div>