1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Minor fix for #3246

This commit is contained in:
Unknwon
2016-07-09 13:42:05 +08:00
parent 98b152030d
commit 9fcf66f0e0
7 changed files with 937 additions and 719 deletions

View File

@@ -1 +1 @@
0.9.38.0708
0.9.40.0709

View File

@@ -55,7 +55,7 @@
<label>{{.i18n.Tr "repo.mirror_prune"}}</label>
<div class="ui checkbox">
<input id="enable_prune" name="enable_prune" type="checkbox" {{if .MirrorEnablePrune}}checked{{end}}>
<label>{{.i18n.Tr "repo.mirror_enable_prune"}}</label>
<label>{{.i18n.Tr "repo.mirror_prune_desc"}}</label>
</div>
</div>
<div class="inline field {{if .Err_Interval}}error{{end}}">