From 6c271b5d8eb5e4bb8be13425865c860dbc365237 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Thu, 23 Jul 2026 23:51:36 +0900 Subject: [PATCH] appview/pages/templates: remove unnecessary top-level `hx-include` This was mixing multiple forms, breaking them with `required` constraints from completely different form. Both resubmit button and run CI button were broken due to required comment body textarea included via hx-include. Signed-off-by: Seongmin Lee --- appview/pages/templates/repo/pulls/pull.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index 1c793cb9..30904016 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -601,11 +601,7 @@
{{ end }} -
- {{ if $root.LoggedInUser }} - - - {{ end }} +
{{ template "repo/pulls/fragments/pullActions" (dict "LoggedInUser" $root.LoggedInUser -- 2.51.2