.
This commit is contained in:
@@ -311,12 +311,15 @@
|
||||
</div>
|
||||
{/await}
|
||||
|
||||
<div class="grid grid-col-2 justify-end items-center gap-4 mt-4">
|
||||
|
||||
|
||||
<div class="flex flex-row gap-2 justify-end items-center">
|
||||
<a
|
||||
class="p-2 rounded-lg hover:bg-gray-200"
|
||||
class="p-2 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
||||
{#if ausweis.ausgestellt}
|
||||
title="PDF Herunterladen"
|
||||
{:else}
|
||||
title="PDF noch nicht verfügbar"
|
||||
{/if}
|
||||
title="PDF Herunterladen"
|
||||
target="_blank"
|
||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||
@@ -328,7 +331,12 @@
|
||||
{/if}
|
||||
</a>
|
||||
<a
|
||||
class="p-2 rounded-lg hover:bg-gray-200"
|
||||
class="p-2 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
||||
{#if ausweis.ausgestellt}
|
||||
title="PDF Herunterladen"
|
||||
{:else}
|
||||
title="PDF noch nicht verfügbar"
|
||||
{/if}
|
||||
title="PDF Herunterladen"
|
||||
target="_blank"
|
||||
href="/pdf/datenblatt?id={ausweis.id}"
|
||||
@@ -416,7 +424,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user