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