mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
482740e682
No issue - Prevent download count ajax request from running forever, even after setup is complete. - Remove unneeded setup routes and controllers. - Refactor to use ES6-imported ajax. - Refactor to use injected services.
12 lines
No EOL
514 B
Handlebars
12 lines
No EOL
514 B
Handlebars
<section class="gh-flow-content">
|
||
<header>
|
||
<h1>Welcome to <strong>Ghost</strong>!</h1>
|
||
<p>So far there have been <em>{{model.count}}</em> Ghost blogs made by people all over the world. Today we’re making yours.</p>
|
||
</header>
|
||
|
||
<img class="gh-flow-screenshot" src="{{gh-path 'admin' 'img/install-welcome.png'}}" alt="Ghost screenshot" />
|
||
|
||
{{#link-to "setup.two" classNames="btn btn-green btn-lg"}}
|
||
Create your account <i class="icon-chevron"></i>
|
||
{{/link-to}}
|
||
</section> |