aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/release
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-04 04:33:20 +0100
committerGitHub <noreply@github.com>2024-03-04 03:33:20 +0000
commita2e90014ec20a1085449a66061389cfe0d12260f (patch)
tree1c0433015657b5ae0afa13080e2c4949f685b040 /templates/repo/release
parentfe6792dff3d167e87b0c4476f7e7a7ce15742855 (diff)
downloadgitea-a2e90014ec20a1085449a66061389cfe0d12260f.tar.gz
gitea-a2e90014ec20a1085449a66061389cfe0d12260f.zip
Replace some `gt-` classes with `tw-` (#29570)
Replace 18 `gt-` prefixes with `tw-` with perl replacement. I manually checked them all with `rg` afterwards.
Diffstat (limited to 'templates/repo/release')
-rw-r--r--templates/repo/release/new.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/new.tmpl b/templates/repo/release/new.tmpl
index 46b1c9b291..30e783167c 100644
--- a/templates/repo/release/new.tmpl
+++ b/templates/repo/release/new.tmpl
@@ -64,7 +64,7 @@
<div class="flex-text-inline gt-f1">
<input name="attachment-edit-{{.UUID}}" class="attachment_edit" required value="{{.Name}}">
<input name="attachment-del-{{.UUID}}" type="hidden" value="false">
- <span class="ui text grey gt-whitespace-nowrap">{{.Size | FileSize}}</span>
+ <span class="ui text grey tw-whitespace-nowrap">{{.Size | FileSize}}</span>
<span data-tooltip-content="{{ctx.Locale.Tr "repo.release.download_count" (ctx.Locale.PrettyNumber .DownloadCount)}}">
{{svg "octicon-info"}}
</span>