mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Refactor DateUtils and merge TimeSince (#32409)
Follow #32383 and #32402
This commit is contained in:
		| @@ -13,7 +13,7 @@ | ||||
| 		</div> | ||||
| 		<div class="content tw-flex-1"> | ||||
| 			<div class="header">{{.Process.Description}}</div> | ||||
| 			<div class="description">{{if ne .Process.Type "none"}}{{TimeSince .Process.Start ctx.Locale}}{{end}}</div> | ||||
| 			<div class="description">{{if ne .Process.Type "none"}}{{DateUtils.TimeSince .Process.Start}}{{end}}</div> | ||||
| 		</div> | ||||
| 		<div> | ||||
| 			{{if or (eq .Process.Type "request") (eq .Process.Type "normal")}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user