mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
13 lines
425 B
Handlebars
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> |