diff --git a/appview/pages/templates/repo/pipelines/fragments/tooltip.html b/appview/pages/templates/repo/pipelines/fragments/tooltip.html index e9a62036..f4a5902a 100644 --- a/appview/pages/templates/repo/pipelines/fragments/tooltip.html +++ b/appview/pages/templates/repo/pipelines/fragments/tooltip.html @@ -10,12 +10,12 @@ {{ $lastStatus := $all.Latest }} {{ $kind := $lastStatus.Status.String }} - {{ $t := .TimeTaken }} + {{ $t := $pipeline.TimeTaken }} {{ $time := "" }} {{ if $t }} {{ $time = durationFmt $t }} {{ else }} - {{ $time = printf "%s ago" (shortTimeFmt $.Created) }} + {{ $time = printf "%s ago" (shortTimeFmt $pipeline.Created) }} {{ end }}