DEV: Set application template plugin outlets to tagName="" (#10382)
This commit is contained in:
parent
f03f58e52c
commit
7a1816ce23
|
@ -1,5 +1,5 @@
|
|||
{{d-document}}
|
||||
{{plugin-outlet name="above-site-header"}}
|
||||
{{plugin-outlet name="above-site-header" tagName=""}}
|
||||
{{site-header canSignUp=canSignUp
|
||||
showCreateAccount=(route-action "showCreateAccount")
|
||||
showLogin=(route-action "showLogin")
|
||||
|
@ -8,10 +8,10 @@
|
|||
toggleAnonymous=(route-action "toggleAnonymous")
|
||||
logout=(route-action "logout")}}
|
||||
|
||||
{{plugin-outlet name="below-site-header" args=(hash currentPath=router._router.currentPath)}}
|
||||
{{plugin-outlet name="below-site-header" tagName="" args=(hash currentPath=router._router.currentPath)}}
|
||||
|
||||
<div id="main-outlet" class="wrap" role="main">
|
||||
{{plugin-outlet name="above-main-container"}}
|
||||
{{plugin-outlet name="above-main-container" tagName=""}}
|
||||
<div class="container">
|
||||
{{#if showTop}}
|
||||
{{custom-html name="top"}}
|
||||
|
@ -20,17 +20,17 @@
|
|||
{{pwa-install-banner}}
|
||||
{{global-notice}}
|
||||
{{create-topics-notice}}
|
||||
{{plugin-outlet name="top-notices" args=(hash currentPath=router._router.currentPath)}}
|
||||
{{plugin-outlet name="top-notices" tagName="" args=(hash currentPath=router._router.currentPath)}}
|
||||
</div>
|
||||
{{outlet}}
|
||||
{{outlet "user-card"}}
|
||||
</div>
|
||||
|
||||
{{plugin-outlet name="above-footer" args=(hash showFooter=showFooter)}}
|
||||
{{plugin-outlet name="above-footer" tagName="" args=(hash showFooter=showFooter)}}
|
||||
{{#if showFooter}}
|
||||
{{custom-html name="footer" triggerAppEvent="true"}}
|
||||
{{/if}}
|
||||
{{plugin-outlet name="below-footer" args=(hash showFooter=showFooter)}}
|
||||
{{plugin-outlet name="below-footer" tagName="" args=(hash showFooter=showFooter)}}
|
||||
|
||||
{{outlet "modal"}}
|
||||
{{topic-entrance}}
|
||||
|
|
Loading…
Reference in New Issue