From fa8ba3b4080efe48f0b3b3d69292e3237d1e2822 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 14 Jul 2016 22:30:51 +1000 Subject: [PATCH] UX: don't expand pinned on mobile categories page --- .../templates/mobile/discovery/categories.hbs | 11 ----------- 1 file changed, 11 deletions(-) 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"}}