244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
12 lines
288 B
Handlebars
12 lines
288 B
Handlebars
<GlobalHeader
|
|
@class="page-header"
|
|
@onHamburgerClick={{action (mut this.isGutterOpen) true}}>
|
|
<AppBreadcrumbs />
|
|
</GlobalHeader>
|
|
<GutterMenu
|
|
@class="page-body"
|
|
@isOpen={{this.isGutterOpen}}
|
|
@onHamburgerClick={{action (mut this.isGutterOpen) false}}>
|
|
{{yield}}
|
|
</GutterMenu>
|