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 cbb7426 commit aef9af3Copy full SHA for aef9af3
templates/repo/home.tmpl
@@ -12,7 +12,7 @@
12
{{if .Repository.ArchivedUnix.IsZero}}
13
{{ctx.Locale.Tr "repo.archive.title"}}
14
{{else}}
15
- {{ctx.Locale.Tr "repo.archive.title_date" (DateTime "long" .Repository.ArchivedUnix)}}
+ {{ctx.Locale.Tr "repo.archive.title_date" (DateUtils.AbsoluteLong .Repository.ArchivedUnix)}}
16
{{end}}
17
</div>
18
0 commit comments