Filter for default-branch selection (#29388)
Filter for default-branch selection (fixes #4751) before:  after:  --------- Co-authored-by: silverwind <me@silverwind.io> (cherry picked from commit c8f4897f7f5de5b391be806f4738de1f0d9c4c09)
This commit is contained in:
		
							parent
							
								
									ac2e882dbf
								
							
						
					
					
						commit
						1090734255
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@
 | 
			
		|||
					{{.CsrfTokenHtml}}
 | 
			
		||||
					<input type="hidden" name="action" value="default_branch">
 | 
			
		||||
					{{if not .Repository.IsEmpty}}
 | 
			
		||||
						<div class="ui dropdown selection gt-f1 gt-mr-3 tw-max-w-96">
 | 
			
		||||
						<div class="ui dropdown selection search gt-f1 gt-mr-3 tw-max-w-96">
 | 
			
		||||
							{{svg "octicon-triangle-down" 14 "dropdown icon"}}
 | 
			
		||||
							<input type="hidden" name="branch" value="{{.Repository.DefaultBranch}}">
 | 
			
		||||
							<div class="default text">{{.Repository.DefaultBranch}}</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue