forked from forgejo/forgejo
Backport #29580 Fix #29562 Fix #29762 Follow #29531 (cherry picked from commit bb2640c485071088dd91e47fb510c44e028624fa)
This commit is contained in:
parent
73498c1622
commit
b68fa8ee09
5 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
<tr>
|
||||
<td>{{.Package.Type.Name}}</td>
|
||||
<td>{{.Package.Name}}</td>
|
||||
<td><a href="{{.FullWebLink}}">{{.Version.Version}}</a></td>
|
||||
<td><a href="{{.VersionWebLink}}">{{.Version.Version}}</a></td>
|
||||
<td><a href="{{.Creator.HomeLink}}">{{.Creator.Name}}</a></td>
|
||||
<td>{{FileSize .CalculateBlobSize}}</td>
|
||||
<td>{{DateTime "short" .Version.CreatedUnix}}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue