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