forked from tangled.org/core
Monorepo for Tangled — https://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
···
{{ $lastStatus := $all.Latest }}
{{ $kind := $lastStatus.Status.String }}
-
{{ $t := $pipeline.TimeTaken }}
+
{{ $t := .TimeTaken }}
{{ $time := "" }}
{{ if $t }}
{{ $time = durationFmt $t }}