feat(donations): Resolve donations via donor
This commit is contained in:
		@@ -17,10 +17,10 @@
 | 
			
		||||
      >
 | 
			
		||||
    {:else}
 | 
			
		||||
      <a
 | 
			
		||||
        href="../donations/{d.id}"
 | 
			
		||||
        href="../donations/{donation.id}"
 | 
			
		||||
        class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-700 text-white mr-1"
 | 
			
		||||
        >{$_("fixed-donation")}:
 | 
			
		||||
        {(d.amount / 100)
 | 
			
		||||
        {(donation.amount / 100)
 | 
			
		||||
          .toFixed(2)
 | 
			
		||||
          .toLocaleString("de-DE", { valute: "EUR" })}€</a
 | 
			
		||||
      >
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user