Compare commits
No commits in common. "e4b908ecdef7be7920cafe2f7348b7f0757536b5" and "fcf01ba6772340a82d7f2a703a4e66111e9f13e8" have entirely different histories.
e4b908ecde
...
fcf01ba677
@ -200,13 +200,13 @@
|
||||
{#if d.responseType === 'DISTANCEDONATION'}
|
||||
<a
|
||||
href="../donations/{d.id}"
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-blue-600 text-gray-50 mr-1">{d.runner.firstname}
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-blue-600 text-gray-50">{d.runner.firstname}
|
||||
{d.runner.middlename}
|
||||
{d.runner.lastname}</a>
|
||||
{:else}
|
||||
<a
|
||||
href="../donations/{d.id}"
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-600 text-gray-50 mr-1">{$_('fixed-donation')}:
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-600 text-gray-50">{$_('fixed-donation')}:
|
||||
{(d.amount / 100)
|
||||
.toFixed(2)
|
||||
.toLocaleString('de-DE', { valute: 'EUR' })}€</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user