.
This commit is contained in:
@@ -320,7 +320,7 @@
|
|||||||
<div class="grid grid-rows-2 justify-end items-center gap-4 mt-4">
|
<div class="grid grid-rows-2 justify-end items-center gap-4 mt-4">
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div class="flex flex-row gap-2 justify-end items-center">
|
||||||
<a
|
<a
|
||||||
class="p-2 rounded-lg hover:bg-gray-200"
|
class="p-2 rounded-lg hover:bg-gray-200"
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
@@ -328,9 +328,9 @@
|
|||||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||||
>
|
>
|
||||||
{#if ausweis.ausgestellt}
|
{#if ausweis.ausgestellt}
|
||||||
<img src="../../images/dashboard/AusweisHaken.svg" width="50" alt="Energieausweis">
|
<img src="../../images/dashboard/AusweisHaken.svg" width="60" alt="Energieausweis">
|
||||||
{:else}
|
{:else}
|
||||||
<img src="../../images/dashboard/AusweisKreuz.svg" width="50" alt="Energieausweis">
|
<img src="../../images/dashboard/AusweisKreuz.svg" width="60" alt="Energieausweis">
|
||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
@@ -340,9 +340,9 @@
|
|||||||
href="/pdf/datenblatt?id={ausweis.id}"
|
href="/pdf/datenblatt?id={ausweis.id}"
|
||||||
>
|
>
|
||||||
{#if ausweis.ausgestellt}
|
{#if ausweis.ausgestellt}
|
||||||
<img src="../../images/dashboard/DatenblattHaken.svg" width="50" alt="Energieausweis">
|
<img src="../../images/dashboard/DatenblattHaken.svg" width="60" alt="Energieausweis">
|
||||||
{:else}
|
{:else}
|
||||||
<img src="../../images/dashboard/DatenblattKreuz.svg" width="50" alt="Energieausweis">
|
<img src="../../images/dashboard/DatenblattKreuz.svg" width="60" alt="Energieausweis">
|
||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user