Ghost/ghost/admin/app/templates/dashboard.hbs
2021-02-08 21:16:41 +01:00

13 lines
425 B
Handlebars

<section class="gh-canvas">
<GhCanvasHeader class="gh-canvas-header">
<h2 class="gh-canvas-title" data-test-screen-title>
Dashboard
</h2>
</GhCanvasHeader>
<section class="view-container">
{{#if (and this.session.user.isOwner (not this.feature.launchComplete))}}
<LinkTo @route="launch">Launch site - Finish setup</LinkTo>
{{/if}}
</section>
</section>