FIX: improvements to category-drop when used with a subcategory
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{{#if category}}
|
||||
{{#if hasParentCategory}}
|
||||
<div class="category-status">
|
||||
{{badgeForParentCategory}} {{badgeForCategory}}
|
||||
<span class="topic-count">× {{topicCount}}</span>
|
||||
{{#unless hideParentCategory}}
|
||||
{{badgeForParentCategory}}
|
||||
{{/unless}}
|
||||
{{badgeForCategory}}
|
||||
<span class="topic-count">{{topicCount}}</span>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="category-status">
|
||||
|
||||
Reference in New Issue
Block a user