mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:42:46 +08:00
Don't show category badges on /category/:slug on mobile, unless there are sub-categories
This commit is contained in:
parent
964dddf92d
commit
379db72c90
|
@ -26,9 +26,11 @@
|
|||
</div>
|
||||
|
||||
<div class="topic-item-stats clearfix">
|
||||
<div class='category'>
|
||||
{{categoryLink category}}
|
||||
</div>
|
||||
{{#unless controller.hideCategory}}
|
||||
<div class='category'>
|
||||
{{categoryLink category}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
||||
<div class="pull-right">
|
||||
<div class='num posts'><a href="{{lastUnreadUrl}}">{{number posts_count numberKey="posts_long"}}</a></div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user