Browse Source

Update milestones.tmpl (#34184)

pull/34186/head
Kerwin Bryant 8 months ago committed by GitHub
parent
commit
5015992db5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      templates/user/dashboard/milestones.tmpl

2
templates/user/dashboard/milestones.tmpl

@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
{{ctx.Locale.Tr "repo.milestones.closed" $closedDate}}
{{else}}
{{if .DeadlineString}}
<span{{if .IsOverdue}} class="text red"{{end}}>
<span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
{{svg "octicon-calendar" 14}}
{{DateUtils.AbsoluteShort (.DeadlineString|DateUtils.ParseLegacy)}}
</span>

Loading…
Cancel
Save