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