mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 16:25:55 +08:00
DEV: Add plugin outlet wrapper around footer nav (#28863)
This commit is contained in:
parent
4377649077
commit
18dacfdeec
|
@ -107,7 +107,9 @@
|
|||
<RenderGlimmerContainer />
|
||||
|
||||
{{#if this.showFooterNav}}
|
||||
<FooterNav />
|
||||
<PluginOutlet @name="footer-nav">
|
||||
<FooterNav />
|
||||
</PluginOutlet>
|
||||
{{/if}}
|
||||
</DiscourseRoot>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user