wip
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
</div>
|
||||
<!-- -->
|
||||
<div>
|
||||
<span class="font-medium text-gray-700"
|
||||
<span class="font-semibold text-gray-700"
|
||||
>{$_("total-donation-amount")}:</span
|
||||
>
|
||||
<span
|
||||
@@ -210,14 +210,14 @@
|
||||
.toLocaleString("de-DE", { valute: "EUR" })}€</span
|
||||
>
|
||||
|
|
||||
<span class="font-medium text-gray-700">{$_("paid-amount")}:</span>
|
||||
<span class="font-semibold text-gray-700">{$_("paid-amount")}:</span>
|
||||
<span
|
||||
>{(editable.paidAmount / 100)
|
||||
.toFixed(2)
|
||||
.toLocaleString("de-DE", { valute: "EUR" })}€</span
|
||||
>
|
||||
|
|
||||
<span class="font-medium text-gray-700">{$_("status")}:</span>
|
||||
<span class="font-semibold text-gray-700">{$_("status")}:</span>
|
||||
{#if editable.status == "PAID"}
|
||||
<span
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full border border-current bg-green-100 text-green-800"
|
||||
@@ -274,7 +274,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
<div class=" w-full">
|
||||
<label for="lastname" class="font-medium text-gray-700">
|
||||
<label for="lastname" class="font-semibold text-gray-700">
|
||||
{#if original_data.responseType == "DISTANCEDONATION"}
|
||||
{$_("amount-per-kilometer")}
|
||||
{:else}{$_("donation-amount")}{/if}
|
||||
|
||||
Reference in New Issue
Block a user