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>
|
||||||
|
|
||||||
<div class="topic-item-stats clearfix">
|
<div class="topic-item-stats clearfix">
|
||||||
<div class='category'>
|
{{#unless controller.hideCategory}}
|
||||||
{{categoryLink category}}
|
<div class='category'>
|
||||||
</div>
|
{{categoryLink category}}
|
||||||
|
</div>
|
||||||
|
{{/unless}}
|
||||||
|
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<div class='num posts'><a href="{{lastUnreadUrl}}">{{number posts_count numberKey="posts_long"}}</a></div>
|
<div class='num posts'><a href="{{lastUnreadUrl}}">{{number posts_count numberKey="posts_long"}}</a></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user