Monorepo for Tangled tangled.org
2

Configure Feed

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

appview/pages/templates: fix PR resubmit disable state

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

author
Seongmin Lee
committer
Anirudh Oppiliappan
date (May 26, 2026, 9:57 PM +0300) commit d0d2c9ac parent ccb479a4 change-id zzslmlxm
+1 -1
+1 -1
appview/pages/templates/repo/pulls/fragments/pullActions.html
··· 67 67 hx-disabled-elt="#resubmitBtn" 68 68 class="btn-flat p-2 flex items-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed group" 69 69 70 - {{ if not $isUpToDate }} 70 + {{ if $isUpToDate }} 71 71 title="Update this branch to resubmit this pull request" 72 72 disabled 73 73 {{ else }}