mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
bfb02d4458
refs: https://github.com/TryGhost/Team/issues/1531 - added in a multi resources box that spans whole width that includes dynamic staff picks - various other tweaks to styles
29 lines
944 B
Handlebars
29 lines
944 B
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}}
|
|
<Dashboard::V5::Charts::Anchor />
|
|
{{/if}}
|
|
|
|
{{#if this.areNewslettersEnabled}}
|
|
<Dashboard::V5::Charts::Engagement />
|
|
{{/if}}
|
|
|
|
<Dashboard::V5::Charts::Recents />
|
|
|
|
{{!-- <div class="gh-dashboard5-split"> --}}
|
|
<Dashboard::V5::Resources::Multi />
|
|
{{!-- <Dashboard::V5::Resources::Community /> --}}
|
|
{{!-- </div> --}}
|
|
|
|
{{!-- <Dashboard::V5::Resources::WhatsNew /> --}}
|
|
{{!-- <Dashboard::V5::Resources::StaffPicks /> --}}
|
|
{{!-- <Dashboard::V5::Resources::Newsletter /> --}}
|
|
{{/if}}
|
|
</section>
|
|
|
|
<Dashboard::V5::Prototype::ControlPanel /> |