mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
remove unused scripts and simplify migrate form definition
This commit is contained in:
@@ -1 +1 @@
|
||||
0.5.16.0301 Beta
|
||||
0.5.16.0311 Beta
|
@@ -68,8 +68,8 @@
|
||||
<span>{{.i18n.Tr "repo.migrate_type_helper" | Str2html}}</span>
|
||||
</div>
|
||||
<div class="field clear">
|
||||
<label class="left" for="desc">{{.i18n.Tr "repo.repo_desc"}}</label>
|
||||
<textarea class="ipt ipt-large ipt-radius {{if .Err_Description}}ipt-error{{end}}" id="desc" name="desc">{{.desc}}</textarea>
|
||||
<label class="left" for="description">{{.i18n.Tr "repo.repo_desc"}}</label>
|
||||
<textarea class="ipt ipt-large ipt-radius {{if .Err_Description}}ipt-error{{end}}" id="description" name="description">{{.description}}</textarea>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="repo-create-submit"></label>
|
||||
|
Reference in New Issue
Block a user