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-07-16 17:12:03 +03: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 20:14:23 +03:00
|
|
|
|
{{gh-error-message errors=errors property="users"}}
|
2015-07-16 17:12:03 +03:00
|
|
|
|
</form>
|
2015-03-29 21:10:53 +03:00
|
|
|
|
|
2015-07-16 17:12:03 +03:00
|
|
|
|
<button {{action 'invite'}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
|
|
|
|
|
{{buttonText}}
|
|
|
|
|
</button>
|
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>
|