{{ define "repo/pipelines/fragments/tooltip" }} {{ $repoinfo := .RepoInfo }} {{ $pipeline := .Pipeline }} {{ $id := $pipeline.Id }}
{{ range $name, $all := $pipeline.Statuses }}
{{ $lastStatus := $all.Latest }} {{ $kind := $lastStatus.Status.String }}
{{ template "repo/pipelines/fragments/workflowSymbol" $all }} {{ $name }}
{{ else }}
{{ i "hourglass" "size-4" }} Waiting for spindle ...
{{ end }}
{{ end }}