mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Finish add new milestone
This commit is contained in:
		| @@ -128,6 +128,7 @@ func RepoAssignment(redirect bool, args ...bool) martini.Handler { | ||||
| 		} | ||||
|  | ||||
| 		repo.NumOpenIssues = repo.NumIssues - repo.NumClosedIssues | ||||
| 		repo.NumOpenMilestones = repo.NumMilestones - repo.NumClosedMilestones | ||||
| 		ctx.Repo.Repository = repo | ||||
| 		ctx.Data["IsBareRepo"] = ctx.Repo.Repository.IsBare | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user