diff --git a/app/assets/javascripts/discourse/templates/post.hbs b/app/assets/javascripts/discourse/templates/post.hbs index 2bb577fc988..8ff38ff55f4 100644 --- a/app/assets/javascripts/discourse/templates/post.hbs +++ b/app/assets/javascripts/discourse/templates/post.hbs @@ -106,6 +106,7 @@ unhidePost="unhidePost"}} + {{who-liked post=this}} {{#if replies}}
{{#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}}