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 24a4039 commit b130c9eCopy full SHA for b130c9e
templates/package/view.tmpl
@@ -86,7 +86,7 @@
86
{{range .LatestVersions}}
87
<div class="item gt-df">
88
<a class="gt-f1" href="{{$.PackageDescriptor.PackageWebLink}}/{{PathEscape .LowerVersion}}">{{.Version}}</a>
89
- <span class="text small">{{.CreatedUnix.FormatDate}}</span>
+ <span class="text small">{{template "shared/datetime/short" .CreatedUnix.FormatDate .CreatedUnix.FormatDate}}</span>
90
</div>
91
{{end}}
92
0 commit comments