From d0d2c9acb46c4dafdd2c4bfa27e0dd1595705ad4 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Wed, 27 May 2026 01:13:54 +0900 Subject: [PATCH] appview/pages/templates: fix PR resubmit disable state Signed-off-by: Seongmin Lee --- appview/pages/templates/repo/pulls/fragments/pullActions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/repo/pulls/fragments/pullActions.html b/appview/pages/templates/repo/pulls/fragments/pullActions.html index b9ba90ad..610dc121 100644 --- a/appview/pages/templates/repo/pulls/fragments/pullActions.html +++ b/appview/pages/templates/repo/pulls/fragments/pullActions.html @@ -67,7 +67,7 @@ hx-disabled-elt="#resubmitBtn" class="btn-flat p-2 flex items-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed group" - {{ if not $isUpToDate }} + {{ if $isUpToDate }} title="Update this branch to resubmit this pull request" disabled {{ else }} -- 2.51.2