mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	fix: NumClosedActionRuns
This commit is contained in:
		@@ -105,7 +105,7 @@ func List(ctx *context.Context) {
 | 
				
			|||||||
		ctx.Error(http.StatusInternalServerError, err.Error())
 | 
							ctx.Error(http.StatusInternalServerError, err.Error())
 | 
				
			||||||
		return
 | 
							return
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	ctx.Data["NumClosedRuns"] = numClosedRuns
 | 
						ctx.Data["NumClosedActionRuns"] = numClosedRuns
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	opts.IsClosed = util.OptionalBoolNone
 | 
						opts.IsClosed = util.OptionalBoolNone
 | 
				
			||||||
	if ctx.FormString("state") == "closed" {
 | 
						if ctx.FormString("state") == "closed" {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user