{{ define "title" }} {{ .Workflow }} · pipeline {{ .Pipeline.Id }} · {{ .RepoInfo.FullName }}{{ end }} {{ define "extrameta" }} {{ $title := "pipelines"}} {{ $url := printf "https://tangled.sh/%s/pipelines" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }}
{{ block "sidebar" . }} {{ end }}
{{ block "logs" . }} {{ end }}
{{ end }} {{ define "sidebar" }} {{ $active := .Workflow }} {{ $activeTab := "bg-white dark:bg-gray-700 drop-shadow-sm" }} {{ $inactiveTab := "bg-gray-100 dark:bg-gray-800" }} {{ with .Pipeline }} {{ $id := .Id }}
{{ range $name, $all := .Statuses }}
{{ $lastStatus := $all.Latest }} {{ $kind := $lastStatus.Status.String }}
{{ template "repo/pipelines/fragments/workflowSymbol" $all }} {{ $name }}
{{ end }}
{{ end }} {{ end }} {{ define "logs" }}
{{ end }}