2015-07-16 17:12:03 +03:00
|
|
|
|
<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>
|
2015-03-29 21:10:53 +03:00
|
|
|
|
|
2015-07-16 17:12:03 +03:00
|
|
|
|
<img class="gh-flow-faces" src="{{gh-path 'admin' 'img/users.png'}}" alt="" />
|
2015-03-29 21:10:53 +03:00
|
|
|
|
|
2015-08-28 19:04:01 +03:00
|
|
|
|
<form class="gh-flow-invite">
|
2015-08-27 23:28:41 +03:00
|
|
|
|
{{#gh-form-group errors=errors hasValidated=hasValidated property="users"}}
|
|
|
|
|
<label for="users">Enter one email address per line, we’ll handle the rest! <i class="icon-mail"></i></label>
|
2015-08-28 19:04:01 +03:00
|
|
|
|
{{gh-textarea name="users" value=users required="required" focusOut=(action "validate")}}
|
2015-08-27 11:41:24 +03:00
|
|
|
|
{{/gh-form-group}}
|
2015-03-29 21:10:53 +03:00
|
|
|
|
|
2015-08-28 19:04:01 +03:00
|
|
|
|
{{#gh-spin-button type="submit" action="invite" classNameBindings=":btn :btn-default :btn-lg :btn-block buttonClass" submitting=submitting autoWidth="false"}}{{buttonText}}{{/gh-spin-button}}
|
2015-08-27 11:41:24 +03:00
|
|
|
|
</form>
|
2015-08-10 18:43:49 +03:00
|
|
|
|
|
2015-08-10 07:40:27 +03:00
|
|
|
|
<button class="gh-flow-skip" {{action "skipInvite"}}>
|
2015-07-16 17:12:03 +03:00
|
|
|
|
I'll do this later, take me to my blog!
|
2015-08-10 07:40:27 +03:00
|
|
|
|
</button>
|