mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removes whitespace issue that was preventing grunt init from working
closes #5454 - removed the second email therefore removing whitespace issue
This commit is contained in:
parent
6ea411c3b4
commit
4ac3d1718a
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@
|
||||||
|
|
||||||
<form class="gh-flow-invite">
|
<form class="gh-flow-invite">
|
||||||
<label>Enter one email address per line, we’ll handle the rest! <i class="icon-mail"></i></label>
|
<label>Enter one email address per line, we’ll handle the rest! <i class="icon-mail"></i></label>
|
||||||
{{textarea class="gh-input" name="users" placeholder="john@example.com
|
{{textarea class="gh-input" name="users" placeholder="john@example.com" value=users}}
|
||||||
sally.sanders@example.com" value=users}}
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<button {{action 'invite'}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
|
<button {{action 'invite'}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue