A vibe coded tangled fork which supports pijul.
at 0250a132af222ad2d362496bdc089c9c0a79e307 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