UX: don't expand pinned on mobile categories page

This commit is contained in:
Sam Saffron 2016-07-14 22:30:51 +10:00
parent 3dcd6edb46
commit fa8ba3b408
1 changed files with 0 additions and 11 deletions

View File

@ -25,17 +25,6 @@
<span class="badge-notification new-topic"></span>
{{/if}}
<span class="{{cold-age-class t.last_posted_at}}" title='{{raw-date t.last_posted_at}}'>{{{format-age t.last_posted_at}}}</span>
{{#if t.hasExcerpt}}
<div class="topic-excerpt">
{{{t.excerpt}}}
{{#if t.excerptTruncated}}
{{#unless t.canClearPin}}<a href="{{unbound t.url}}">{{i18n 'read_more'}}</a>{{/unless}}
{{/if}}
{{#if t.canClearPin}}
<a href {{action "clearPin" t}} title="{{unbound i18n topic.clear_pin.help}}">{{i18n 'topic.clear_pin.title'}}</a>
{{/if}}
</div>
{{/if}}
</div>
</td>
<td class='num posts'>{{raw "list/post-count-or-badges" topic=t postBadgesEnabled="true"}}</td>