Add link to list all FA payments on user detail page

This commit is contained in:
Alex Cabal 2024-12-01 17:03:58 -06:00
parent 8cba20fbf5
commit b81863224c

View file

@ -157,6 +157,9 @@ catch(Exceptions\SeeOtherException $ex){
<? if(sizeof($user->Payments) == 0){ ?>
<p>None.</p>
<? }else{ ?>
<p>
<a href="https://fundraising.fracturedatlas.org/admin/general_support/donations?query=<?= urlencode($user->Email) ?>">View all payments at Fractured Atlas</a>
</p>
<table class="payments">
<thead>
<tr>