DEV: port outlet wrapper for topic category
This commit is contained in:
parent
15f036bafa
commit
3dbb51fcff
|
@ -160,7 +160,12 @@
|
||||||
/>
|
/>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<TopicCategory @topic={{this.model}} class="topic-category" />
|
<PluginOutlet
|
||||||
|
@name="topic-category-wrapper"
|
||||||
|
@outletArgs={{hash topic=this.model}}
|
||||||
|
>
|
||||||
|
<TopicCategory @topic={{this.model}} class="topic-category" />
|
||||||
|
</PluginOutlet>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</TopicTitle>
|
</TopicTitle>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue