Formular Button

This commit is contained in:
Moritz Utcke
2025-04-09 09:18:11 -04:00
parent 7327d39c57
commit 7665141a5a

View File

@@ -409,6 +409,11 @@
class="button text-sm"
href="/energieausweis-erstellen/verbrauchsausweis-gewerbe?id={ausweis.id}"
>Formular</a>
{:else if ausweisart === Enums.Ausweisart.BedarfsausweisWohnen}
<a
class="button text-sm"
href="/energieausweis-erstellen/bedarfsausweis-wohngebaeude?id={ausweis.id}"
>Formular</a>
{/if}
{/if}