summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-11 09:21:05 -0400
committerUnknwon <u@gogs.io>2015-03-11 09:21:05 -0400
commit34102f788945b1c73a845f7916d01d216baa56ad (patch)
tree002d4110061db82569347ceb18ffdf6b24a1dffd /templates
parentda6fd93f0db157410efb1824dfc4b1f8102a6c47 (diff)
downloadgitea-34102f788945b1c73a845f7916d01d216baa56ad.tar.gz
gitea-34102f788945b1c73a845f7916d01d216baa56ad.zip
remove unused scripts and simplify migrate form definition
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/migrate.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index bc7ed7d030..cd8bf82a6b 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.5.16.0301 Beta \ No newline at end of file
+0.5.16.0311 Beta \ No newline at end of file
diff --git a/templates/repo/migrate.tmpl b/templates/repo/migrate.tmpl
index 5869be1558..cc23888db2 100644
--- a/templates/repo/migrate.tmpl
+++ b/templates/repo/migrate.tmpl
@@ -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>