diff --git a/appview/pages/templates/repo/pulls/fragments/pullStack.html b/appview/pages/templates/repo/pulls/fragments/pullStack.html index e9468d3a..9543a218 100644 --- a/appview/pages/templates/repo/pulls/fragments/pullStack.html +++ b/appview/pages/templates/repo/pulls/fragments/pullStack.html @@ -1,10 +1,37 @@ {{ define "repo/pulls/fragments/pullStack" }} -

STACK

- {{ block "pullList" (list .Stack $) }} {{ end }} + +
+ + + + {{ i "chevrons-up-down" "w-4 h-4" }} + + + STACK + {{ len .Stack }} + + + {{ block "pullList" (list .Stack $) }} {{ end }} +
{{ if gt (len .AbandonedPulls) 0 }} -

ABANDONED PULLS

- {{ block "pullList" (list .AbandonedPulls $) }} {{ end }} +
+ + + + {{ i "chevrons-up-down" "w-4 h-4" }} + + + ABANDONED PULLS + {{ len .AbandonedPulls }} + + + {{ block "pullList" (list .AbandonedPulls $) }} {{ end }} +
{{ end }} {{ end }}