diff --git a/appview/pages/templates/repo/pipelines/fragments/tooltip.html b/appview/pages/templates/repo/pipelines/fragments/tooltip.html index f4a5902a..24f398ff 100644 --- a/appview/pages/templates/repo/pipelines/fragments/tooltip.html +++ b/appview/pages/templates/repo/pipelines/fragments/tooltip.html @@ -10,7 +10,7 @@ {{ $lastStatus := $all.Latest }} {{ $kind := $lastStatus.Status.String }} - {{ $t := $pipeline.TimeTaken }} + {{ $t := .TimeTaken }} {{ $time := "" }} {{ if $t }} {{ $time = durationFmt $t }}