Dashboard
This commit is contained in:
@@ -312,9 +312,9 @@
|
|||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
|
|
||||||
<div class="flex flex-row gap-2 justify-end items-center">
|
<div class="flex flex-row justify-start items-center">
|
||||||
<a
|
<a
|
||||||
class="p-1 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
class="p-1 rounded-lg hover:bg-gray-200 border-1 border-gray-600"
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||||
@@ -326,7 +326,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="p-1 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
class="p-1 rounded-lg hover:bg-gray-200 border-1 border-gray-600"
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/pdf/datenblatt?id={ausweis.id}"
|
href="/pdf/datenblatt?id={ausweis.id}"
|
||||||
@@ -338,7 +338,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="flex flex-col gap-2 justify-start items-center">
|
<div class="flex flex-col gap-2 justify-end items-center ml-4">
|
||||||
{#if !ausweis.storniert && !ausweis.ausgestellt}
|
{#if !ausweis.storniert && !ausweis.ausgestellt}
|
||||||
<!--
|
<!--
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user