2014-02-20 02:45:43 +00:00
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
|
|
|
<div class="container">
|
|
|
|
<form action="/repo/create" method="post" class="form-horizontal">
|
|
|
|
<div class="form-group">
|
2014-02-25 07:11:54 +00:00
|
|
|
<div class="col-md-offset-4 col-md-3">
|
|
|
|
Owner: <input name="userId" type="hidden" value="1"/>lunny
|
|
|
|
</div>
|
|
|
|
<div class="col-md-offset-4 col-md-3">
|
|
|
|
repo name: <input name="name" type="text"/>
|
|
|
|
</div>
|
2014-02-20 02:45:43 +00:00
|
|
|
<div class="col-md-offset-4 col-md-3">
|
2014-02-25 07:11:54 +00:00
|
|
|
description(optional): <input name="desc" type="text"/>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-offset-4 col-md-3">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="col-md-offset-4 col-md-3">
|
2014-02-20 02:45:43 +00:00
|
|
|
<button type="submit" class="btn btn-info">Create repository</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|