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 7a671458ffa..7e61ac9561a 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,9 +1,12 @@ + {{~#unless content.hasExcerpt}}
- {{avatar topic.lastPoster imageSize="large"}} + {{avatar content.lastPoster imageSize="large"}}
-
+ {{else}} +
+ {{/unless~}}