diff --git a/app/assets/javascripts/discourse/templates/mobile/discovery/categories.hbs b/app/assets/javascripts/discourse/templates/mobile/discovery/categories.hbs index b6b384eaf89..3250bbdaa23 100644 --- a/app/assets/javascripts/discourse/templates/mobile/discovery/categories.hbs +++ b/app/assets/javascripts/discourse/templates/mobile/discovery/categories.hbs @@ -25,17 +25,6 @@ {{/if}} {{{format-age t.last_posted_at}}} - {{#if t.hasExcerpt}} -
- {{{t.excerpt}}} - {{#if t.excerptTruncated}} - {{#unless t.canClearPin}}{{i18n 'read_more'}}{{/unless}} - {{/if}} - {{#if t.canClearPin}} - {{i18n 'topic.clear_pin.title'}} - {{/if}} -
- {{/if}} {{raw "list/post-count-or-badges" topic=t postBadgesEnabled="true"}}