We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616e4b0 commit d6d2089Copy full SHA for d6d2089
templates/shared/issuelist.tmpl
@@ -114,7 +114,7 @@
114
<span class="due-date flex-text-inline" data-tooltip-content="{{ctx.Locale.Tr "repo.issues.due_date"}}">
115
<span{{if .IsOverdue}} class="text red"{{end}}>
116
{{svg "octicon-calendar" 14}}
117
- {{DateTime "short" .DeadlineUnix}}
+ {{DateTime "short" (.DeadlineUnix.Format "2006-01-02")}}
118
</span>
119
120
{{end}}
0 commit comments