Initial Import.

This commit is contained in:
takezoe
2013-04-11 01:48:01 +09:00
parent 986a1f9a5f
commit 257f8c01b6
64 changed files with 20054 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@()
@main("Create a New Repository"){
<form method="post" action="/new">
<fieldset>
<label for="name"><strong>Repository name</strong></label>
<input type="text" name="name" id="name" />
</fieldset>
<fieldset>
<label for="description"><strong>Description</strong> (optional)</label>
<input type="text" name="description" id="description" style="width: 600px;"/>
</fieldset>
<fieldset>
<input type="submit" class="btn btn-primary" value="Create repository"/>
</fieldset>
</form>
}