forked from forgejo/forgejo
#1984 Better mirror repo management
This commit is contained in:
parent
1cbd4c01fb
commit
120cd4e471
16 changed files with 128 additions and 60 deletions
|
@ -129,6 +129,7 @@ func RepoAssignment(args ...bool) macaron.Handler {
|
|||
return
|
||||
}
|
||||
ctx.Data["MirrorInterval"] = ctx.Repo.Mirror.Interval
|
||||
ctx.Data["Mirror"] = ctx.Repo.Mirror
|
||||
}
|
||||
|
||||
ctx.Repo.Repository = repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue