DEV: Move PluginOutlet at bottom of TopicNavigation (#23149)
This commit is contained in:
parent
0dd1ee2e09
commit
291749e35b
|
@ -299,13 +299,13 @@
|
||||||
/>
|
/>
|
||||||
</TopicProgress>
|
</TopicProgress>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</TopicNavigation>
|
|
||||||
|
|
||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="after-topic-navigation"
|
@name="topic-navigation-bottom"
|
||||||
@connectorTagName="div"
|
@connectorTagName="div"
|
||||||
@outletArgs={{hash model=this.model}}
|
@outletArgs={{hash model=this.model}}
|
||||||
/>
|
/>
|
||||||
|
</TopicNavigation>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<section class="topic-area" id="topic" data-topic-id={{this.model.id}}>
|
<section class="topic-area" id="topic" data-topic-id={{this.model.id}}>
|
||||||
|
|
Loading…
Reference in New Issue