DEV: add before and after mobile categories outlet (#29238)
This commit is contained in:
parent
f28f82f99e
commit
da571b6ac5
|
@ -1,9 +1,14 @@
|
|||
{{#if this.categories}}
|
||||
{{#if this.filteredCategories}}
|
||||
<div class="category-list {{if this.showTopics 'with-topics'}}">
|
||||
{{#each this.filteredCategories as |c|}}
|
||||
<ParentCategoryRow @category={{c}} @showTopics={{this.showTopics}} />
|
||||
{{/each}}
|
||||
<PluginOutlet
|
||||
@name="mobile-categories"
|
||||
@outletArgs={{hash categories=this.filteredCategories}}
|
||||
>
|
||||
{{#each this.filteredCategories as |c|}}
|
||||
<ParentCategoryRow @category={{c}} @showTopics={{this.showTopics}} />
|
||||
{{/each}}
|
||||
</PluginOutlet>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue