mirror of https://github.com/gogs/gogs.git
templates/repo/settings: fix mirror setting error
parent
775919c129
commit
bef7f6745c
|
@ -79,7 +79,7 @@
|
|||
<input type="hidden" name="action" value="mirror-sync">
|
||||
<div class="inline field">
|
||||
<label>{{.i18n.Tr "repo.mirror_last_synced"}}</label>
|
||||
<span>{{.Mirror.Updated}}</span>
|
||||
<span>{{.Mirror.LastSync}}</span>
|
||||
</div>
|
||||
<div class="field">
|
||||
<button class="ui blue button">{{$.i18n.Tr "repo.settings.sync_mirror"}}</button>
|
||||
|
|
Loading…
Reference in New Issue