mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
f2d5c5fc26
closes #5317 - Adds back button to steps 2 and 3 - Prevents user navigating from step 1 to step 3 unless blog has been created - Prevents user navigating from step 2 to step 3 unless blog has been created
19 lines
689 B
Handlebars
19 lines
689 B
Handlebars
<header>
|
||
<h1>Invite your team</h1>
|
||
<p>Ghost works best when shared with others. Collaborate, get feedback on your posts & work together on ideas.</p>
|
||
</header>
|
||
|
||
<img class="gh-flow-faces" src="{{gh-path 'admin' 'img/users.png'}}" alt="" />
|
||
|
||
<form class="gh-flow-invite">
|
||
<label>Enter one email address per line, we’ll handle the rest! <i class="icon-mail"></i></label>
|
||
{{textarea class="gh-input" name="users" value=users required="required"}}
|
||
</form>
|
||
|
||
<button {{action 'invite'}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
|
||
{{buttonText}}
|
||
</button>
|
||
{{#link-to "posts" class="gh-flow-skip"}}
|
||
I'll do this later, take me to my blog!
|
||
{{/link-to}}
|