From d75ce20ad59cde5e72807eab8f617840142e6046 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 4 Nov 2025 06:38:09 +0000 Subject: [PATCH] appview/pages: add external link panel to pulls Change-Id: toykwqpnvqrslwtqlstlmsuqyxtxuzym Signed-off-by: oppiliappan --- appview/pages/templates/repo/pulls/pull.html | 1 + 1 file changed, 1 insertion(+) diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index badd05b1..42160efc 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -21,6 +21,7 @@ "Subject" $.Pull.AtUri "State" $.Pull.Labels) }} {{ template "repo/fragments/participants" $.Pull.Participants }} + {{ template "repo/fragments/externalLinkPanel" $.Pull.AtUri }} {{ end }} -- 2.43.0