From 0a751aa7223bb7d1e800ad81827afb653de89fdd Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sun, 14 Jan 2024 19:58:19 +0100 Subject: show children of specification features --- table.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'table.tmpl') diff --git a/table.tmpl b/table.tmpl index 9b29099..cffda85 100644 --- a/table.tmpl +++ b/table.tmpl @@ -124,7 +124,12 @@ details[open].issue { {{- range $sorter.Sort . }} {{ if .IsHandled }}🥷{{else}}{{end}} {{.Id}} - {{.Summary}}
+ {{.Summary}} + {{ with .Children }}(children: + {{ range $child := . }} + {{$child.Id}} + {{ end }}) + {{ end }}
{{- end}} {{- end }} -- cgit v1.2.3