mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Backport #15809 Fix #15782 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
		<div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
 | 
			
		||||
			<div class="ui icon search input">
 | 
			
		||||
				<i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
 | 
			
		||||
				<input name="search" ref="searchField" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}...">
 | 
			
		||||
				<input name="search" ref="searchField" autocomplete="off" v-model="searchTerm" @keydown="keydown($event)" placeholder="{{.i18n.Tr "repo.filter_branch_and_tag"}}...">
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="header branch-tag-choice">
 | 
			
		||||
				<div class="ui grid">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user