2015-07-16 15:12:03 +01: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 20:10:53 +02:00
|
|
|
|
|
2015-07-16 15:12:03 +01:00
|
|
|
|
<img class="gh-flow-faces" src="{{gh-path 'admin' 'img/users.png'}}" alt="" />
|
2015-03-29 20:10:53 +02:00
|
|
|
|
|
2015-07-16 15:12:03 +01:00
|
|
|
|
<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"}}
|
2015-07-07 18:14:23 +01:00
|
|
|
|
{{gh-error-message errors=errors property="users"}}
|
2015-07-16 15:12:03 +01:00
|
|
|
|
</form>
|
2015-03-29 20:10:53 +02:00
|
|
|
|
|
2015-08-10 09:43:49 -06:00
|
|
|
|
{{gh-spin-button type="button" classNameBindings=":btn :btn-default :btn-lg :btn-block buttonClass" action="invite" buttonText=buttonText submitting=submitting autoWidth=false}}
|
|
|
|
|
|
2015-08-09 22:40:27 -06:00
|
|
|
|
<button class="gh-flow-skip" {{action "skipInvite"}}>
|
2015-07-16 15:12:03 +01:00
|
|
|
|
I'll do this later, take me to my blog!
|
2015-08-09 22:40:27 -06:00
|
|
|
|
</button>
|