Monorepo for Tangled tangled.org

appview: fix missing times in CI tooltip

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li fa3beeb9 09e5931b

verified
Changed files
+2 -2
appview
pages
templates
repo
pipelines
fragments
+2 -2
appview/pages/templates/repo/pipelines/fragments/tooltip.html
··· 10 10 {{ $lastStatus := $all.Latest }} 11 11 {{ $kind := $lastStatus.Status.String }} 12 12 13 - {{ $t := .TimeTaken }} 13 + {{ $t := $pipeline.TimeTaken }} 14 14 {{ $time := "" }} 15 15 {{ if $t }} 16 16 {{ $time = durationFmt $t }} 17 17 {{ else }} 18 - {{ $time = printf "%s ago" (shortTimeFmt $.Created) }} 18 + {{ $time = printf "%s ago" (shortTimeFmt $pipeline.Created) }} 19 19 {{ end }} 20 20 21 21 <div id="left" class="flex items-center gap-2 flex-shrink-0">