From 04c3779985c1dd240557856cc01f310dacd8dc29 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 3 May 2014 15:19:28 -0700 Subject: [PATCH] and it wasn't even the correct glyph --- app/assets/javascripts/discourse/templates/post.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/post.js.handlebars b/app/assets/javascripts/discourse/templates/post.js.handlebars index c005af7da37..fa11638e26c 100644 --- a/app/assets/javascripts/discourse/templates/post.js.handlebars +++ b/app/assets/javascripts/discourse/templates/post.js.handlebars @@ -11,7 +11,7 @@ {{#if loadingReplyHistory}} {{i18n loading}} {{else}} -   +   {{avatar reply_to_user imageSize="tiny"}} {{reply_to_user.username}} {{/if}}