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 d427910 commit 729f174Copy full SHA for 729f174
templates/repo/issue/milestones.tmpl
@@ -88,7 +88,7 @@
88
{{svg "octicon-check" 16 "gt-mr-3"}}
89
{{LocaleNumber .NumClosedIssues}} {{$.locale.Tr "repo.issues.closed_title"}}
90
{{if .TotalTrackedTime}}{{svg "octicon-clock"}} {{.TotalTrackedTime|Sec2Time}}{{end}}
91
- {{if .UpdatedUnix}}{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.updated" (TimeSinceUnix .UpdatedUnix $.locale)}}{{end}}
+ {{if .UpdatedUnix}}{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.updated" (TimeSinceUnix .UpdatedUnix $.locale) | Safe}}{{end}}
92
</span>
93
</div>
94
{{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}}
0 commit comments