From 7eb6dca3ecd7f93118d71c0018a8ff79472d610c Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 7 Jul 2015 15:37:48 -0400 Subject: [PATCH] Move who liked a post above the replies --- app/assets/javascripts/discourse/templates/post.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}