From 969df619264c1ab81d7f0cf3b3647cd627b6735e Mon Sep 17 00:00:00 2001 From: HEREYUA <37935145+HEREYUA@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:48:09 +0800 Subject: [PATCH] Fix: Organization Interface Display Issue (#30133) **Before** ![image](https://github.com/go-gitea/gitea/assets/37935145/88d04a4b-6dc5-4399-9813-2c339eae3722) **After** ![image](https://github.com/go-gitea/gitea/assets/37935145/e97a64b8-ea24-4de7-992d-5928888872d0) (cherry picked from commit 0262c66ba6c1d7488456269b2e56220bf6cf0b6f) --- templates/org/home.tmpl | 2 +- templates/org/menu.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 666866959a..45697e566c 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -21,7 +21,7 @@ {{if .ShowMemberAndTeamTab}}
{{if .CanCreateOrgRepo}} -
+
{{ctx.Locale.Tr "new_repo"}} {{if not .DisableNewPullMirrors}} {{ctx.Locale.Tr "new_migrate"}} diff --git a/templates/org/menu.tmpl b/templates/org/menu.tmpl index 8eacc17e82..c519606d1f 100644 --- a/templates/org/menu.tmpl +++ b/templates/org/menu.tmpl @@ -1,5 +1,5 @@