mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	remove unimplemented searchbar from project view (#15901)
This commit is contained in:
		@@ -6,9 +6,6 @@
 | 
			
		||||
			<div class="column">
 | 
			
		||||
				{{template "repo/issue/navbar" .}}
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="column center aligned">
 | 
			
		||||
				{{template "repo/issue/search" .}}
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="column right aligned">
 | 
			
		||||
				{{if and .CanWriteProjects (not .Repository.IsArchived) .PageIsProjects}}
 | 
			
		||||
					<a class="ui green button show-modal item" data-modal="#new-board-item">{{.i18n.Tr "new_project_board"}}</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user