A vibe coded tangled fork which supports pijul.
at 18fdecc5f2ca7094105c4d05a6577e1487a9a272 6 lines 213 B view raw
1{{ define "labels/fragments/labelDef" }} 2 <span class="flex items-center gap-2 font-normal normal-case"> 3 {{ template "repo/fragments/colorBall" (dict "color" .GetColor) }} 4 {{ .Name }} 5 </span> 6{{ end }}