remove extra "posts" text from similar topic panel

This commit is contained in:
Jeff Atwood 2015-05-31 23:31:29 -07:00
parent 728a530d2d
commit d6af1169fc
2 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,5 @@
<ul class='topics'>
{{#each t in similarTopics}}
<li>{{topic-link t}} <span class='posts-count'>({{{i18n 'topic.filters.n_posts' count=t.posts_count}}})</span></li>
{{/each}}
</ul>

View File

@ -72,8 +72,7 @@
}
.posts-count {
color: scale-color($tertiary, $lightness: -40%);
font-size: 0.857em;
background-color: scale-color($tertiary, $lightness: -40%);
}
}