mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-24 01:24:08 +09:00
rename builds -> bots
This commit is contained in:
@ -1043,7 +1043,7 @@ func UnitTypes() func(ctx *Context) {
|
||||
ctx.Data["UnitTypeExternalTracker"] = unit_model.TypeExternalTracker
|
||||
ctx.Data["UnitTypeProjects"] = unit_model.TypeProjects
|
||||
ctx.Data["UnitTypePackages"] = unit_model.TypePackages
|
||||
ctx.Data["UnitTypeBuilds"] = unit_model.TypeBuilds
|
||||
ctx.Data["UnitTypeBots"] = unit_model.TypeBots
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user