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/status | |
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/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 03d0183280..a821fe55da 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="tw-whitespace-pre-wrap gt-break-all">{{.ErrorMsg}}</pre> + <pre class="tw-whitespace-pre-wrap tw-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}} |