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}}
{{else}}
{{/unless~}}
- {{raw "topic-status" topic=content}}
- {{topic-link content}}
- {{#if content.unseen}}
+ {{raw "topic-status" topic=topic}}
+ {{topic-link topic}}
+ {{#if topic.unseen}}
{{/if}}
- {{raw "list/topic-excerpt" topic=content}}
+ {{raw "list/topic-excerpt" topic=topic}}
- {{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 @@
|