From 5d7f22ed63961d5c428468c4bb996a371da82026 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 11 Jun 2013 16:53:20 -0400 Subject: [PATCH] Include the latest class on the a tag in posters list --- .../discourse/templates/list/topic_list_item.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars index f03e659e238..1c0cfb2af1f 100644 --- a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars +++ b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars @@ -47,7 +47,7 @@ {{#each posters}} - {{avatar this usernamePath="user.username" imageSize="small"}} + {{avatar this usernamePath="user.username" imageSize="small"}} {{/each}}