mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 10:31:38 +00:00
ser mas claro con la navegacion de dataset
This commit is contained in:
parent
0b7ec33c12
commit
7f11e6fcea
1 changed files with 1 additions and 11 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue