From 790a79b04c34d3cd209bc876cda154d66eaae22c Mon Sep 17 00:00:00 2001 From: Giteabot Date: Thu, 2 Mar 2023 12:45:42 -0500 Subject: [PATCH] Fix missed `.hide` class (#23208) (#23237) Backport #23208 https://github.com/go-gitea/gitea/pull/22950 removed `hide` class, and use `gt-hidden` But there are some missed `hide`.... Co-authored-by: yp05327 <576951401@qq.com> --- templates/admin/user/new.tmpl | 6 +++--- templates/repo/editor/commit_form.tmpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin/user/new.tmpl b/templates/admin/user/new.tmpl index e5ca864cb7..2bf1d0ace5 100644 --- a/templates/admin/user/new.tmpl +++ b/templates/admin/user/new.tmpl @@ -50,7 +50,7 @@ -
+
@@ -62,12 +62,12 @@
-
+
-
+
diff --git a/templates/repo/editor/commit_form.tmpl b/templates/repo/editor/commit_form.tmpl index c6c48c5a83..7ac0ed3df1 100644 --- a/templates/repo/editor/commit_form.tmpl +++ b/templates/repo/editor/commit_form.tmpl @@ -58,7 +58,7 @@
-
+
{{svg "octicon-git-branch"}}