diff options
author | silverwind <me@silverwind.io> | 2024-03-05 06:29:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 05:29:32 +0000 |
commit | 7e8c1c5ba18e1ac8861f429b825163b8210fd178 (patch) | |
tree | 2fe9893d04d8745a7c81119ff7f5a21590ab23f2 /templates/admin/packages | |
parent | 3e84bfdf410ec1fdf22711156d729e51d7355a8e (diff) | |
download | gitea-7e8c1c5ba18e1ac8861f429b825163b8210fd178.tar.gz gitea-7e8c1c5ba18e1ac8861f429b825163b8210fd178.zip |
Replace more `gt-` with `tw-`, update frontend docs (#29595)
Tested a few things, all working fine. Not sure if the chinese machine
translation is good.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'templates/admin/packages')
-rw-r--r-- | templates/admin/packages/list.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/packages/list.tmpl b/templates/admin/packages/list.tmpl index 1f86803d55..aef4815424 100644 --- a/templates/admin/packages/list.tmpl +++ b/templates/admin/packages/list.tmpl @@ -62,8 +62,8 @@ {{end}} </td> <td>{{.Package.Type.Name}}</td> - <td class="gt-ellipsis gt-max-width-12rem">{{.Package.Name}}</td> - <td class="gt-ellipsis gt-max-width-12rem"><a href="{{.VersionWebLink}}">{{.Version.Version}}</a></td> + <td class="gt-ellipsis tw-max-w-48">{{.Package.Name}}</td> + <td class="gt-ellipsis tw-max-w-48"><a href="{{.VersionWebLink}}">{{.Version.Version}}</a></td> <td><a href="{{.Creator.HomeLink}}">{{.Creator.Name}}</a></td> <td> {{if .Repository}} |