This repository has no description
0

Configure Feed

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

appview/pages/templates: fix patch resubmit button

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jul 23, 2026, 5:25 PM +0900) commit f3543173 parent de0f127c change-id swxstlyu
+1
+1
appview/pages/templates/repo/pulls/fragments/pullResubmit.html
··· 18 18 <form 19 19 hx-post="/{{ .RepoInfo.FullName }}/pulls/{{ .Pull.PullId }}/resubmit" 20 20 hx-swap="none" 21 + hx-include="this" 21 22 class="w-full flex flex-wrap gap-2" 22 23 hx-indicator="#resubmit-spinner" 23 24 >