This commit is contained in:
Lizandro Guarnizo
2026-05-16 20:54:11 -05:00
parent f08416f11f
commit 562ffa4184
5 changed files with 44 additions and 6 deletions
+8 -1
View File
@@ -162,7 +162,14 @@
Descargar
</a>
</template>
<template x-if="!r.archivo">
<template x-if="r.enlace">
<a :href="r.enlace" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center gap-2 text-xs font-medium text-[#8eb02f] border border-[#8eb02f] hover:bg-[#f0f6e4] px-3 py-1.5 rounded-lg transition-colors">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"/></svg>
Ver enlace
</a>
</template>
<template x-if="!r.archivo && !r.enlace">
<span class="text-xs text-slate-400 italic">Sin archivo adjunto</span>
</template>
</div>