mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	@@ -1047,8 +1047,7 @@ func renderHomeCode(ctx *context.Context) {
 | 
				
			|||||||
			baseRepoPerm.CanRead(unit_model.TypePullRequests) {
 | 
								baseRepoPerm.CanRead(unit_model.TypePullRequests) {
 | 
				
			||||||
			ctx.Data["RecentlyPushedNewBranches"], err = git_model.FindRecentlyPushedNewBranches(ctx, ctx.Doer, opts)
 | 
								ctx.Data["RecentlyPushedNewBranches"], err = git_model.FindRecentlyPushedNewBranches(ctx, ctx.Doer, opts)
 | 
				
			||||||
			if err != nil {
 | 
								if err != nil {
 | 
				
			||||||
				ctx.ServerError("FindRecentlyPushedNewBranches", err)
 | 
									log.Error("FindRecentlyPushedNewBranches failed: %v", err)
 | 
				
			||||||
				return
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user