Merge pull request #178 from houdiniproject/fix_payment_email_link_bug

Fix for email links in payment info panes being incorrect
This commit is contained in:
Eric Schultz 2019-03-29 10:38:02 -05:00 committed by GitHub
commit 114cbeec90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@
<td>Email </td>
<td>
<a>
<!--= set_attr 'href' (cat 'mailto ' this.supporter.email) -->
<!--= set_attr 'href' (cat 'mailto:' this.supporter.email) -->
<!--= put this.supporter.email -->
</a>
</td>