mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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">
|
||||
{{#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