loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix due date being wrong on issue list (#23475)

Exactly like #22302 but in the issue list page

authored by

Yarden Shoham and committed by
GitHub
b2c1c17f 32204fcf

+1 -1
+1 -1
templates/shared/issuelist.tmpl
··· 108 108 <span class="due-date tooltip" data-content="{{$.locale.Tr "repo.issues.due_date"}}" data-position="right center"> 109 109 <span{{if .IsOverdue}} class="overdue"{{end}}> 110 110 {{svg "octicon-calendar" 14 "gt-mr-2"}} 111 - <time data-format="short-date" datetime="{{.DeadlineUnix.FormatLong}}">{{.DeadlineUnix.FormatShort}}</time> 111 + <time data-format="short-date" datetime="{{.DeadlineUnix.FormatDate}}">{{.DeadlineUnix.FormatShort}}</time> 112 112 </span> 113 113 </span> 114 114 {{end}}