.
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
|
||||
<div class="flex flex-row gap-2 justify-end items-center">
|
||||
<a
|
||||
class="p-2 rounded-lg hover:bg-gray-200 border-2 border-gray-300"
|
||||
class="p-1 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
||||
title="PDF Herunterladen"
|
||||
target="_blank"
|
||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||
@@ -326,7 +326,7 @@
|
||||
{/if}
|
||||
</a>
|
||||
<a
|
||||
class="p-2 rounded-lg hover:bg-gray-200 border-2 border-gray-300"
|
||||
class="p-1 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
||||
title="PDF Herunterladen"
|
||||
target="_blank"
|
||||
href="/pdf/datenblatt?id={ausweis.id}"
|
||||
@@ -337,7 +337,6 @@
|
||||
<img src="../../images/dashboard/DatenblattKreuz.svg" width="65" alt="Energieausweis">
|
||||
{/if}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-2 justify-start items-center">
|
||||
{#if !ausweis.storniert && !ausweis.ausgestellt}
|
||||
@@ -414,6 +413,10 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user