mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
7 lines
185 B
Handlebars
7 lines
185 B
Handlebars
{{#if this.whatsNew.isShowingModal}}
|
|
<GhFullscreenModal
|
|
@modal="whats-new"
|
|
@modifier="wide gh-wn-modal"
|
|
@close={{fn this.whatsNew.closeModal}}
|
|
/>
|
|
{{/if}} |