mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 04:36:11 +08:00
add span around subcategories to allow for better styling
This commit is contained in:
parent
96513f3848
commit
8ef49a9458
@ -26,8 +26,10 @@
|
||||
{{#if c.subcategories}}
|
||||
<div class='subcategories'>
|
||||
{{#each c.subcategories as |s|}}
|
||||
{{category-link s hideParent="true"}}
|
||||
{{category-unread category=s}}
|
||||
<span class='subcategory'>
|
||||
{{category-link s hideParent="true"}}
|
||||
{{category-unread category=s}}
|
||||
</span>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user