2020-01-16 18:14:03 +03:00
|
|
|
<GhApp @showSettingsMenu={{this.ui.showSettingsMenu}}>
|
|
|
|
<GhSkipLink @anchor=".gh-main">Skip to main content</GhSkipLink>
|
2015-05-20 18:37:06 +03:00
|
|
|
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhAlerts />
|
2015-05-20 18:37:06 +03:00
|
|
|
|
2019-12-13 17:20:29 +03:00
|
|
|
<div class="gh-viewport {{if this.ui.showSettingsMenu 'settings-menu-expanded'}} {{if this.ui.showMobileMenu 'mobile-menu-expanded'}}">
|
|
|
|
{{#if this.showNavMenu}}
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhNavMenu @icon={{this.settings.settledIcon}} />
|
2016-05-14 04:02:55 +03:00
|
|
|
{{/if}}
|
2015-05-18 17:20:43 +03:00
|
|
|
|
2019-05-20 17:33:12 +03:00
|
|
|
<main class="gh-main {{this.ui.mainClass}}" role="main">
|
2015-06-13 17:34:09 +03:00
|
|
|
{{outlet}}
|
2019-01-02 12:58:55 +03:00
|
|
|
</main>
|
2015-05-20 18:37:06 +03:00
|
|
|
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhNotifications />
|
2015-05-27 17:39:56 +03:00
|
|
|
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhContentCover />
|
2015-05-21 20:03:24 +03:00
|
|
|
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhMobileNavBar />
|
2019-08-23 12:01:27 +03:00
|
|
|
|
|
|
|
<GhWhatsNew />
|
2015-06-13 17:34:09 +03:00
|
|
|
</div>{{!gh-viewport}}
|
2020-01-30 18:35:36 +03:00
|
|
|
|
|
|
|
{{#if this.customViews.showFormModal}}
|
|
|
|
<GhFullscreenModal
|
|
|
|
@modal="custom-view-form"
|
|
|
|
@close={{this.customViews.toggleFormModal}}
|
|
|
|
@modifier="action narrow"
|
|
|
|
/>
|
|
|
|
{{/if}}
|
2020-05-22 05:44:37 +03:00
|
|
|
|
|
|
|
{{#if this.showBilling}}
|
|
|
|
<GhBillingModal />
|
|
|
|
{{/if}}
|
2020-01-16 18:14:03 +03:00
|
|
|
</GhApp>
|
2015-11-18 13:50:48 +03:00
|
|
|
|
2020-01-30 18:35:36 +03:00
|
|
|
<EmberLoadRemover />
|