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 }}