mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 03:29:26 +01:00
Improve deadline icon location in milestone list page (#26532)
This commit is contained in:
parent
3e044d2c9f
commit
82f6e3d845
@ -95,7 +95,7 @@
|
||||
{{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
|
||||
{{else}}
|
||||
{{if .DeadlineString}}
|
||||
<span{{if .IsOverdue}} class="text red"{{end}}>
|
||||
<span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
|
||||
{{svg "octicon-calendar" 14}}
|
||||
{{DateTime "short" .DeadlineString}}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user