From 1cd62c37a4525f58fdfabe21c53b8bff2e1226ee Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 3 May 2014 15:15:11 -0700 Subject: [PATCH] wow I suck --- 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 dc0d847fea8..c005af7da37 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}}