Add deletion UI for repos

This commit is contained in:
Joseph Schorr 2013-10-01 14:14:30 -04:00
parent 01240dbf87
commit c75bd732ce
4 changed files with 61 additions and 4 deletions

View file

@ -10,7 +10,7 @@
<div class="signup-container">
<form method="post" class="form-signup">
<input type="text" class="form-control" placeholder="Create a username" name="username" autofocus>
<input type="text" class="form-control" placeholder="Email address" name="email" autofocus>
<input type="text" class="form-control" placeholder="Email address" name="email">
<input type="password" class="form-control" placeholder="Create a password" name="password">
<button class="btn btn-lg btn-primary btn-block" type="submit">Get Started!</button>
</form>