mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Provide button to delete merged pull request (#441)
* provide button to delete merged pull request * golint fix
This commit is contained in:
		@@ -518,6 +518,7 @@ func runWeb(ctx *cli.Context) error {
 | 
			
		||||
		}, context.RepoRef())
 | 
			
		||||
 | 
			
		||||
		// m.Get("/branches", repo.Branches)
 | 
			
		||||
		m.Post("/branches/:name/delete", reqSignIn, reqRepoWriter, repo.DeleteBranchPost)
 | 
			
		||||
 | 
			
		||||
		m.Group("/wiki", func() {
 | 
			
		||||
			m.Get("/?:page", repo.Wiki)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user