mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 18:12:20 +01:00 
			
		
		
		
	Fix incorrect redirection in new issue using references (#26440)
fix #26427 related https://github.com/go-gitea/gitea/pull/25258 --- Before:  --- After: 
This commit is contained in:
		
							parent
							
								
									918d0f033d
								
							
						
					
					
						commit
						7a69d71733
					
				| @ -3,7 +3,7 @@ | ||||
| 		{{.locale.Tr "repo.issues.context.reference_issue"}} | ||||
| 	</div> | ||||
| 	<div class="content" style="text-align:left"> | ||||
| 		<form class="ui form" action="{{printf "%s/issues/new" .Repository.Link}}" method="post"> | ||||
| 		<form class="ui form form-fetch-action" action="{{printf "%s/issues/new" .Repository.Link}}" method="post"> | ||||
| 			{{.CsrfTokenHtml}} | ||||
| 			<div class="ui segment content"> | ||||
| 				<div class="field"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user