Compare commits
3 Commits
0f0aae7ba4
...
dcd0d5a362
Author | SHA1 | Date | |
---|---|---|---|
dcd0d5a362 | |||
18acac83bc | |||
d7d44470bb |
@ -285,11 +285,14 @@ import { is_promise } from "svelte/internal";
|
||||
name="paid"
|
||||
type="checkbox"
|
||||
class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded" >
|
||||
<span class="align-text-bottom">
|
||||
|
||||
{#if is_paid}
|
||||
{$_('paid')}
|
||||
{:else}
|
||||
{$_('open')}
|
||||
{/if}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
@ -203,7 +203,7 @@
|
||||
class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
|
||||
<button
|
||||
on:click={() => {open_payment_modal(donation);}}
|
||||
class="text-green-600 hover:text-green-900 mr-4">{$_('enter-payment')}</button>
|
||||
class="text-[#025a21] hover:text-green-900 mr-4">{$_('enter-payment')}</button>
|
||||
<a
|
||||
href="./{donation.id}"
|
||||
class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user