diff options
author | silverwind <me@silverwind.io> | 2024-03-04 04:33:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 03:33:20 +0000 |
commit | a2e90014ec20a1085449a66061389cfe0d12260f (patch) | |
tree | 1c0433015657b5ae0afa13080e2c4949f685b040 /templates/status | |
parent | fe6792dff3d167e87b0c4476f7e7a7ce15742855 (diff) | |
download | gitea-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/status')
-rw-r--r-- | templates/status/500.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index a92933c153..58795e4bc0 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -38,7 +38,7 @@ <div class="ui container gt-my-5"> {{if .ErrorMsg}} <p>{{ctx.Locale.Tr "error.occurred"}}:</p> - <pre class="gt-whitespace-pre-wrap gt-break-all">{{.ErrorMsg}}</pre> + <pre class="tw-whitespace-pre-wrap gt-break-all">{{.ErrorMsg}}</pre> {{end}} <div class="center gt-mt-5"> {{if or .SignedUser.IsAdmin .ShowFooterVersion}}<p>{{ctx.Locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}} |