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