mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 02:21:39 +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 />
|
||||
{:else}
|
||||
<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>
|
||||
<a
|
||||
class="flex text-blue-500 leading-none gap-1 items-center"
|
||||
href={inject(routes.DumpIndex, { dumpUrl: params.dumpUrl })}
|
||||
>
|
||||
<ArrowBack fill="currentColor" class="h-[1.25em]" />
|
||||
Volver a dataset {data.title}
|
||||
<ArrowBack fill="currentColor" class="h-[1.25em]" /> Viendo {data.title}
|
||||
</a>
|
||||
</small>
|
||||
<h1 class="font-bold text-3xl">{dataset.title}</h1>
|
||||
|
|
Loading…
Reference in a new issue