mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
38 lines
1.2 KiB
Handlebars
38 lines
1.2 KiB
Handlebars
<section class="gh-dashboard5-layout" {{did-insert this.onInsert}}>
|
|
{{#if this.isLoading }}
|
|
<GhLoadingSpinner />
|
|
{{else}}
|
|
{{#if this.areMembersEnabled}}
|
|
{{#if this.hasPaidTiers}}
|
|
<Dashboard::V5::Charts::Overview />
|
|
{{/if}}
|
|
|
|
<div class="gh-dashboard5-group {{if this.isTotalMembersZero 'is-zero'}}">
|
|
<Dashboard::V5::Charts::Anchor />
|
|
|
|
{{#if this.areNewslettersEnabled}}
|
|
<Dashboard::V5::Charts::Engagement />
|
|
{{/if}}
|
|
|
|
{{#if this.isTotalMembersZero}}
|
|
<Dashboard::V5::Parts::Zero />
|
|
{{/if}}
|
|
</div>
|
|
{{/if}}
|
|
|
|
<Dashboard::V5::Charts::Recents />
|
|
|
|
<div class="gh-dashboard5-split gh-dashboard5-box is-secondary">
|
|
<Dashboard::V5::Resources::Resources />
|
|
<Dashboard::V5::Resources::Newsletter />
|
|
</div>
|
|
<div class="gh-dashboard5-split">
|
|
<Dashboard::V5::Resources::StaffPicks />
|
|
<Dashboard::V5::Resources::WhatsNew />
|
|
<Dashboard::V5::Resources::Community />
|
|
</div>
|
|
{{/if}}
|
|
</section>
|
|
|
|
<Dashboard::V5::Prototype::ControlPanel />
|