File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3127,8 +3127,6 @@ starred_repo = starred <a href="%[1]s">%[2]s</a>
3127
3127
watched_repo = started watching <a href=" %[1]s" >%[2]s</a>
3128
3128
3129
3129
[tool]
3130
- ago = %s ago
3131
- from_now = %s from now
3132
3130
now = now
3133
3131
future = future
3134
3132
1s = 1 second
Original file line number Diff line number Diff line change 84
84
<a class="ui right" href="{{$.PackageDescriptor.PackageWebLink}}/versions">{{.locale.Tr "packages.versions.view_all"}}</a>
85
85
<div class="ui relaxed list">
86
86
{{range .LatestVersions}}
87
- <div class="item">
88
- <a href="{{$.PackageDescriptor.PackageWebLink}}/{{PathEscape .LowerVersion}}">{{.Version}}</a>
89
- <span class="text small">{{$.locale.Tr "on_date"}} {{ .CreatedUnix.FormatDate}}</span>
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>
90
90
</div>
91
91
{{end}}
92
92
</div>
You can’t perform that action at this time.
0 commit comments