A vibe coded tangled fork which supports pijul.
at 3c8a87ca14e866c10d535da3497be2a1b50bd48c 12 lines 423 B view raw
1{{ define "repo/pipelines/fragments/pipelineSymbolLong" }} 2 {{ $pipeline := .Pipeline }} 3 {{ $repoinfo := .RepoInfo }} 4 <div class="relative inline-block"> 5 <details class="relative"> 6 <summary class="cursor-pointer list-none"> 7 {{ template "repo/pipelines/fragments/pipelineSymbol" .Pipeline }} 8 </summary> 9 {{ template "repo/pipelines/fragments/tooltip" $ }} 10 </details> 11 </div> 12{{ end }}