diff --git a/appview/pages/templates/repo/pulls/fragments/pullHeader.html b/appview/pages/templates/repo/pulls/fragments/pullHeader.html index 182a8451..c01193c3 100644 --- a/appview/pages/templates/repo/pulls/fragments/pullHeader.html +++ b/appview/pages/templates/repo/pulls/fragments/pullHeader.html @@ -1,8 +1,14 @@ {{ define "repo/pulls/fragments/pullHeader" }}
-

+ {{ $pipeline := index .Pipelines .Pull.LatestSha }} +

{{ .Pull.Title | description }} #{{ .Pull.PullId }} + {{ if and $pipeline $pipeline.Id }} + + {{ template "repo/pipelines/fragments/pipelineSymbolLong" (dict "Pipeline" $pipeline "RepoInfo" .RepoInfo) }} + + {{ end }}