diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index 0f6f5ca9..8ece805c 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -315,14 +315,14 @@
- {{ if ne $root.ActiveRound $round }} + {{ if or $root.IsInterdiff (ne $root.ActiveRound $round) }} {{ i "diff" "w-4 h-4" }} diff {{ end }} - {{ if ne $idx 0 }} + {{ if and (ne $idx 0) (or (not $root.IsInterdiff) (ne $root.ActiveRound $round)) }} {{ i "chevrons-left-right-ellipsis" "w-4 h-4 rotate-90" }}