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