A vibe coded tangled fork which supports pijul.
at c1c15026535c46e1f9d2d2abb86fbc0750efc9f6 9 lines 288 B view raw
1{{ define "repo/pipelines/fragments/logBlockEnd" }} 2 <span 3 class="ml-auto text-sm text-gray-500 tabular-nums" 4 data-timer="{{ .Id }}" 5 data-start="{{ .StartTime.Unix }}" 6 data-end="{{ .EndTime.Unix }}" 7 hx-swap-oob="outerHTML:[data-timer='{{ .Id }}']"></span> 8{{ end }} 9