From 704df1ff28eb9b6d3a6e19ec3a78c9860d7d48dc Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sun, 31 Mar 2024 21:19:12 +0800 Subject: [PATCH] Fix home topic edit form layout (#30213) The UI has been refactored by #30191 , so here are 2 choices: 1. Backport #30191 2. Apply this quick fix Before:
![image](https://github.com/go-gitea/gitea/assets/2114189/0db583cf-8ce8-4fdb-9e4d-8c93fe6766c7)
After:
![image](https://github.com/go-gitea/gitea/assets/2114189/0e732c4c-d28d-4c04-b328-72b9efd7daa9)
Co-authored-by: Giteabot (cherry picked from commit e579ddc31f6d6d0406f1c5330f2a31b9707fb3e2) --- templates/repo/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 8a8664f147..75a0005e56 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -24,7 +24,7 @@ {{end}} {{if and .Permission.IsAdmin (not .Repository.IsArchived)}} -
+