Skip to content

Commit

Permalink
Removes whitespace issue that was preventing grunt init from working
Browse files Browse the repository at this point in the history
closes #5454
- removed the second email therefore removing whitespace issue
  • Loading branch information
John O'Mahoney committed Jun 19, 2015
1 parent 6ea411c commit 4ac3d17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/client/app/templates/setup/three.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

<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" placeholder="john@example.com
sally.sanders@example.com" value=users}}
{{textarea class="gh-input" name="users" placeholder="john@example.com" value=users}}
</form>

<button {{action 'invite'}} class="btn btn-default btn-lg btn-block {{buttonClass}}">
Expand Down

0 comments on commit 4ac3d17

Please sign in to comment.