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