* Added repository search order by stars or forks. Added Forks column to admin repository list. Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Renamed search repo template Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			276 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			276 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="explore repositories">
 | |
| 	{{template "explore/navbar" .}}
 | |
| 	<div class="ui container">
 | |
| 		{{template "explore/repo_search" .}}
 | |
| 		{{template "explore/repo_list" .}}
 | |
| 		{{template "base/paginate" .}}
 | |
| 	</div>
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |