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