You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							625 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							625 B
						
					
					
				| <form class="ui form">
 | |
| 	<div class="ui fluid action input">
 | |
| 		<input type="hidden" name="type" value="{{$.ViewType}}"/>
 | |
| 		<input type="hidden" name="state" value="{{$.State}}"/>
 | |
| 		<input type="hidden" name="labels" value="{{.SelectLabels}}"/>
 | |
| 		<input type="hidden" name="milestone" value="{{$.MilestoneID}}"/>
 | |
| 		<input type="hidden" name="assignee" value="{{$.AssigneeID}}"/>
 | |
| 		<div class="ui search action input">
 | |
| 			<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
 | |
| 		</div>
 | |
| 		<button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
 | |
| 	</div>
 | |
| </form>
 | |
| 
 |