mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix pull request branch selector visible without clicking Edit (#23012)
Caused by #22950
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							018815215f
						
					
				
				
					commit
					9aaf6998b7
				
			@@ -61,7 +61,7 @@
 | 
				
			|||||||
					{{$.locale.Tr "repo.pulls.title_desc" .NumCommits $headHref $baseHref | Safe}}
 | 
										{{$.locale.Tr "repo.pulls.title_desc" .NumCommits $headHref $baseHref | Safe}}
 | 
				
			||||||
				</span>
 | 
									</span>
 | 
				
			||||||
			{{end}}
 | 
								{{end}}
 | 
				
			||||||
			<span id="pull-desc-edit gt-hidden">
 | 
								<span id="pull-desc-edit" class="gt-hidden">
 | 
				
			||||||
				<div class="ui floating filter dropdown">
 | 
									<div class="ui floating filter dropdown">
 | 
				
			||||||
					<div class="ui basic small button">
 | 
										<div class="ui basic small button">
 | 
				
			||||||
						<span class="text">{{.locale.Tr "repo.pulls.compare_compare"}}: {{$.HeadTarget}}</span>
 | 
											<span class="text">{{.locale.Tr "repo.pulls.compare_compare"}}: {{$.HeadTarget}}</span>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user