Skip to content

Commit

Permalink
add changes from go-gitea#32383 go-gitea#32409
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 committed Nov 7, 2024
1 parent cbb7426 commit aef9af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{if .Repository.ArchivedUnix.IsZero}}
{{ctx.Locale.Tr "repo.archive.title"}}
{{else}}
{{ctx.Locale.Tr "repo.archive.title_date" (DateTime "long" .Repository.ArchivedUnix)}}
{{ctx.Locale.Tr "repo.archive.title_date" (DateUtils.AbsoluteLong .Repository.ArchivedUnix)}}
{{end}}
</div>
{{end}}
Expand Down

0 comments on commit aef9af3

Please # to comment.