mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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}} />
|
<AddCategoryTagClasses @category={{this.category}} />
|
||||||
|
|
||||||
|
<PluginOutlet
|
||||||
|
@name="above-category-heading"
|
||||||
|
@outletArgs={{hash category=this.category}}
|
||||||
|
/>
|
||||||
|
|
||||||
<section class="category-heading">
|
<section class="category-heading">
|
||||||
{{#if this.category.uploaded_logo.url}}
|
{{#if this.category.uploaded_logo.url}}
|
||||||
<CategoryLogo @category={{this.category}} />
|
<CategoryLogo @category={{this.category}} />
|
||||||
|
Loading…
Reference in New Issue
Block a user