mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:32:44 +08:00
DEV: Add plugin outlet after TopicNavigation (#23038)
This commit is contained in:
parent
13b74f8a12
commit
ab3a9b4690
|
@ -295,6 +295,12 @@
|
|||
{{/if}}
|
||||
</TopicNavigation>
|
||||
|
||||
<PluginOutlet
|
||||
@name="after-topic-navigation"
|
||||
@connectorTagName="div"
|
||||
@outletArgs={{hash model=this.model}}
|
||||
/>
|
||||
|
||||
<div class="row">
|
||||
<section class="topic-area" id="topic" data-topic-id={{this.model.id}}>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user