mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08:00
DEV: Partially revert 98c49acad5
(#16578)
Use of glimmer component breaks site not on Ember CLI.
This commit is contained in:
parent
0f7b198ca0
commit
532f9cdb1a
|
@ -1,3 +0,0 @@
|
||||||
import GlimmerComponent from "discourse/components/glimmer";
|
|
||||||
|
|
||||||
export default class Sidebar extends GlimmerComponent {}
|
|
|
@ -26,10 +26,6 @@
|
||||||
{{plugin-outlet name="top-notices" connectorTagName="div" args=(hash currentPath=router._router.currentPath)}}
|
{{plugin-outlet name="top-notices" connectorTagName="div" args=(hash currentPath=router._router.currentPath)}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if currentUser.experimental_sidebar_enabled}}
|
|
||||||
<Sidebar />
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
{{outlet "user-card"}}
|
{{outlet "user-card"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user