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 @@