ser mas claro con la navegacion de dataset

This commit is contained in:
Cat /dev/Nulo 2023-12-08 00:46:06 -03:00
parent 0b7ec33c12
commit 7f11e6fcea

View file

@ -24,22 +24,12 @@
<NotFound /> <NotFound />
{:else} {:else}
<header class="py-5 px-6 border-b border-b-gray-200"> <header class="py-5 px-6 border-b border-b-gray-200">
<small>
Viendo portal archivado de
<a
class="underline text-blue-500"
target="_blank"
rel="noopener"
href={url}>{url}</a
>
</small>
<small> <small>
<a <a
class="flex text-blue-500 leading-none gap-1 items-center" class="flex text-blue-500 leading-none gap-1 items-center"
href={inject(routes.DumpIndex, { dumpUrl: params.dumpUrl })} href={inject(routes.DumpIndex, { dumpUrl: params.dumpUrl })}
> >
<ArrowBack fill="currentColor" class="h-[1.25em]" /> <ArrowBack fill="currentColor" class="h-[1.25em]" /> Viendo {data.title}
Volver a dataset {data.title}
</a> </a>
</small> </small>
<h1 class="font-bold text-3xl">{dataset.title}</h1> <h1 class="font-bold text-3xl">{dataset.title}</h1>