From 8caa85386537d46cd02213de9c6840104773765c Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 10 Nov 2025 06:36:00 +0000 Subject: [PATCH] appview/pages: rename template block from pullList to stackedPullList Change-Id: zprnuvpponmnpmqvpvsokmzyurukpnlv Signed-off-by: oppiliappan --- appview/pages/templates/repo/pulls/pulls.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appview/pages/templates/repo/pulls/pulls.html b/appview/pages/templates/repo/pulls/pulls.html index f2c557d3..d506b6a2 100644 --- a/appview/pages/templates/repo/pulls/pulls.html +++ b/appview/pages/templates/repo/pulls/pulls.html @@ -140,7 +140,7 @@ {{ i "chevrons-down-up" "w-4 h-4" }} hide {{ len $otherPulls }} pull{{$s}} in this stack - {{ block "pullList" (list $otherPulls $) }} {{ end }} + {{ block "stackedPullList" (list $otherPulls $) }} {{ end }} {{ end }} {{ end }} @@ -149,7 +149,7 @@ {{ end }} -{{ define "pullList" }} +{{ define "stackedPullList" }} {{ $list := index . 0 }} {{ $root := index . 1 }}
-- 2.43.0