This commit is contained in:
Lizandro Guarnizo
2026-05-15 09:10:26 -05:00
parent e02a4f2141
commit 715d656b2a
5 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -48,11 +48,11 @@
</div>
{{ else if eq $f.Estado "en_progreso" }}
<div class="w-12 h-12 rounded-full flex items-center justify-center font-bold text-sm border-2 border-[#8eb02f] text-[#8eb02f] bg-white">
{{ add $i 1 }}
{{ $f.Orden }}
</div>
{{ else }}
<div class="w-12 h-12 rounded-full flex items-center justify-center font-bold text-sm border-2 border-slate-200 text-slate-400 bg-white">
{{ add $i 1 }}
{{ $f.Orden }}
</div>
{{ end }}
</div>