.
This commit is contained in:
@@ -312,15 +312,9 @@
|
|||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="flex flex-row gap-2 justify-end items-center">
|
<div class="flex flex-row gap-2 justify-end items-center">
|
||||||
<a
|
<a
|
||||||
class="p-2 rounded-lg hover:bg-gray-200 border-2 border-gray-300"
|
class="p-2 rounded-lg hover:bg-gray-200 border-2 border-gray-300"
|
||||||
{#if ausweis.ausgestellt}
|
|
||||||
title="PDF Herunterladen"
|
|
||||||
{:else}
|
|
||||||
title="PDF noch nicht verfügbar"
|
|
||||||
{/if}
|
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||||
@@ -333,11 +327,6 @@
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="p-2 rounded-lg hover:bg-gray-200 border-2 border-gray-300"
|
class="p-2 rounded-lg hover:bg-gray-200 border-2 border-gray-300"
|
||||||
{#if ausweis.ausgestellt}
|
|
||||||
title="PDF Herunterladen"
|
|
||||||
{:else}
|
|
||||||
title="PDF noch nicht verfügbar"
|
|
||||||
{/if}
|
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/pdf/datenblatt?id={ausweis.id}"
|
href="/pdf/datenblatt?id={ausweis.id}"
|
||||||
|
|||||||
Reference in New Issue
Block a user