From 283febb8d229ba5addce9461df9e49c7eba2a94d Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Jan 2026 22:52:49 +0200 Subject: [PATCH] appview/pages: color active submission Signed-off-by: Anirudh Oppiliappan --- appview/pages/templates/repo/pulls/pull.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index 3ecca789..fdef36f9 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -142,7 +142,7 @@ {{ $pull := $root.Pull }} {{ $latest := $pull.LastRoundNumber }}
- {{ if $root.IsInterdiff }} + {{ i "chevron-up" "size-4" }} -- 2.51.2