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