mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:12:45 +08:00
FIX: Do not add "tag-"
class to pages with no tag filter (#25677)
This commit is contained in:
parent
02177bb46d
commit
915f7cdb27
|
@ -1,4 +1,7 @@
|
|||
<AddCategoryTagClasses @category={{@category}} @tags={{array @tag.id}} />
|
||||
<AddCategoryTagClasses
|
||||
@category={{@category}}
|
||||
@tags={{if @tag (array @tag.id)}}
|
||||
/>
|
||||
|
||||
{{#if @category}}
|
||||
<PluginOutlet
|
||||
|
|
Loading…
Reference in New Issue
Block a user