mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix new branch creation to new url scheme (#2884)
This commit is contained in:
		@@ -53,7 +53,7 @@
 | 
			
		||||
							{{end}}
 | 
			
		||||
						</div>
 | 
			
		||||
					</a>
 | 
			
		||||
					<form ref="newBranchForm" action="{{.RepoLink}}/branches/_new/{{EscapePound .BranchName}}" method="post">
 | 
			
		||||
					<form ref="newBranchForm" action="{{.RepoLink}}/branches/_new/{{EscapePound .BranchNameSubURL}}" method="post">
 | 
			
		||||
						{{.CsrfTokenHtml}}
 | 
			
		||||
						<input type="hidden" name="new_branch_name" v-model="searchTerm">
 | 
			
		||||
					</form>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user