mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	Vertically center date in file view latest commit (#35456)
This commit is contained in:
		
							parent
							
								
									4d43d85941
								
							
						
					
					
						commit
						593a52c2f0
					
				@ -17,7 +17,7 @@
 | 
				
			|||||||
			{{template "repo/latest_commit" .}}
 | 
								{{template "repo/latest_commit" .}}
 | 
				
			||||||
			{{if .LatestCommit}}
 | 
								{{if .LatestCommit}}
 | 
				
			||||||
				{{if .LatestCommit.Committer}}
 | 
									{{if .LatestCommit.Committer}}
 | 
				
			||||||
					<div class="text grey age">
 | 
										<div class="text grey age flex-text-block">
 | 
				
			||||||
						{{DateUtils.TimeSince .LatestCommit.Committer.When}}
 | 
											{{DateUtils.TimeSince .LatestCommit.Committer.When}}
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user