mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 02:41:50 +03:00
3ad2115b40
refs #5315 - split setup into 3 screens - add gravatar fetching - add download counter - add button handling for invite users
18 lines
702 B
Handlebars
18 lines
702 B
Handlebars
<section class="gh-flow-content">
|
||
<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 name="users" placeholder="john@example.com
|
||
sally.sanders@example.com" value=users}}
|
||
</form>
|
||
|
||
<button {{action "signin"}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
|
||
{{buttonText}}
|
||
</button>
|
||
</section> |