forked from gitea/gitea
		
	 df05134494
			
		
	
	
		df05134494
		
	
	
	
	
		
			
			We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
		
			
				
	
	
		
			10 lines
		
	
	
		
			240 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			240 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="repository commits">
 | |
| 	{{template "repo/header" .}}
 | |
| 	<div class="ui container">
 | |
| 		{{template "repo/branch_dropdown" .}}
 | |
| 		{{template "repo/commits_table" .}}
 | |
| 	</div>
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |