From 34670c2c4fdbad14a9cf33172ada21276e83d27e Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 4 May 2016 18:13:18 -0400 Subject: [PATCH] FIX: Raw mobile view broken --- .../mobile/list/topic_list_item.raw.hbs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.raw.hbs b/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.raw.hbs index 16dbdac2a97..e890fdacf4b 100644 --- a/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.raw.hbs +++ b/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.raw.hbs @@ -1,29 +1,29 @@ - {{~#unless content.hasExcerpt}} + {{~#unless topic.hasExcerpt}}
- {{avatar content.lastPoster imageSize="large"}} + {{avatar topic.lastPoster imageSize="large"}}
{{else}}
{{/unless~}}
- {{raw "list/post-count-or-badges" topic=content postBadgesEnabled=controller.showTopicPostBadges}} + {{raw "list/post-count-or-badges" topic=topic postBadgesEnabled=controller.showTopicPostBadges}}
{{#unless controller.hideCategory}}
- {{category-link content.category}} + {{category-link topic.category}}
{{/unless}} @@ -39,7 +39,7 @@