mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
a428bfc35b
refs #5315 - adds call to loadServerNotifications so that notifications are loaded after setup - fixes user invite so that you can't invite someone with the same email as you created the owner with
19 lines
754 B
Handlebars
19 lines
754 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"}}
|
||
{{gh-error-message errors=errors property="users"}}
|
||
</form>
|
||
|
||
<button {{action 'invite'}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
|
||
{{buttonText}}
|
||
</button>
|
||
<button class="gh-flow-skip" {{action "skipInvite"}}>
|
||
I'll do this later, take me to my blog!
|
||
</button>
|