mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:57:28 -04:00 
			
		
		
		
	Backport #23475 by @yardenshoham Exactly like #22302 but in the issue list page Co-authored-by: Yarden Shoham <hrsi88@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -108,7 +108,7 @@ | |||||||
| 						<span class="due-date tooltip" data-content="{{$.locale.Tr "repo.issues.due_date"}}" data-position="right center"> | 						<span class="due-date tooltip" data-content="{{$.locale.Tr "repo.issues.due_date"}}" data-position="right center"> | ||||||
| 							<span{{if .IsOverdue}} class="overdue"{{end}}> | 							<span{{if .IsOverdue}} class="overdue"{{end}}> | ||||||
| 								{{svg "octicon-calendar" 14 "gt-mr-2"}} | 								{{svg "octicon-calendar" 14 "gt-mr-2"}} | ||||||
| 								<time data-format="short-date" datetime="{{.DeadlineUnix.FormatLong}}">{{.DeadlineUnix.FormatShort}}</time> | 								<time data-format="short-date" datetime="{{.DeadlineUnix.FormatDate}}">{{.DeadlineUnix.FormatShort}}</time> | ||||||
| 							</span> | 							</span> | ||||||
| 						</span> | 						</span> | ||||||
| 					{{end}} | 					{{end}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user