From 6d874777803a9ba72e1fb3f1d2de25986babae52 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 8 Jun 2018 17:37:06 -0400 Subject: [PATCH] Use UpdatedUnix instead of just Updated --- templates/explore/repo_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 298e69be7..b9550c6ac 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -19,7 +19,7 @@ {{if .DescriptionHTML}}

{{.DescriptionHTML}}

{{end}} -

{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}

+

{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .UpdatedUnix $.i18n.Lang}}

{{if .DescriptionHTML}}

{{.DescriptionHTML}}

{{end}} {{if .Topics }}