mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 18:43:38 +08:00
DEV: add above-category-heading
outlet (#24083)
This commit is contained in:
parent
2f1acbb12d
commit
63a0700d45
|
@ -1,5 +1,10 @@
|
|||
<AddCategoryTagClasses @category={{this.category}} />
|
||||
|
||||
<PluginOutlet
|
||||
@name="above-category-heading"
|
||||
@outletArgs={{hash category=this.category}}
|
||||
/>
|
||||
|
||||
<section class="category-heading">
|
||||
{{#if this.category.uploaded_logo.url}}
|
||||
<CategoryLogo @category={{this.category}} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user