mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
509 B
15 lines
509 B
11 years ago
|
{{template "base/head" .}}
|
||
|
{{template "base/navbar" .}}
|
||
|
{{template "repo/nav" .}}
|
||
|
{{template "repo/toolbar" .}}
|
||
|
<div id="body" class="container">
|
||
|
<div id="release">
|
||
|
<h4 id="release-head">New Release</h4>
|
||
|
<form id="release-new-form" action="" class="form form-inline">
|
||
|
<div class="form-group">
|
||
|
<input id="release-tag-name" type="text" class="form-control" placeholder="tag name"/>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|