Monorepo for Tangled tangled.org

appview/pages: fix CI times in tooltip

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

oppi.li 18992300 2762da91

verified
Changed files
+1 -1
appview
pages
templates
repo
pipelines
fragments
+1 -1
appview/pages/templates/repo/pipelines/fragments/tooltip.html
··· 10 10 {{ $lastStatus := $all.Latest }} 11 11 {{ $kind := $lastStatus.Status.String }} 12 12 13 - {{ $t := $pipeline.TimeTaken }} 13 + {{ $t := .TimeTaken }} 14 14 {{ $time := "" }} 15 15 {{ if $t }} 16 16 {{ $time = durationFmt $t }}