1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-28 05:08:37 +00:00
wxiaoguang
2023-04-11 17:48:13 +08:00
committed by GitHub
parent 704f3aa91c
commit 25faee3c5f
6 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
<div class="column">
{{$closedDate:= TimeSinceUnix .Milestone.ClosedDateUnix $.locale}}
{{if .IsClosed}}
{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.closed" $closedDate|Str2html}}
{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
{{else}}
{{svg "octicon-calendar"}}
{{if .Milestone.DeadlineString}}