This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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 <git@boltless.me>

author
Seongmin Lee
date (Jul 24, 2026, 12:43 AM +0900) commit 6c271b5d parent a8b2dec9 change-id xmwyrlku
+1 -5
+1 -5
appview/pages/templates/repo/pulls/pull.html
··· 601 601 <div id="pull-action-error" class="error empty:hidden"></div> 602 602 {{ end }} 603 603 </div> 604 - <div hx-include="this" class="relative -ml-10 bg-gray-50 dark:bg-gray-900"> 605 - {{ if $root.LoggedInUser }} 606 - <input name="subject-uri" type="hidden" value="{{ $root.Pull.AtUri }}"> 607 - <input name="pull-round-idx" type="hidden" value="{{ $item.RoundNumber }}"> 608 - {{ end }} 604 + <div class="relative -ml-10 bg-gray-50 dark:bg-gray-900"> 609 605 {{ template "repo/pulls/fragments/pullActions" 610 606 (dict 611 607 "LoggedInUser" $root.LoggedInUser