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:
commit
114cbeec90
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
<td>Email </td>
|
<td>Email </td>
|
||||||
<td>
|
<td>
|
||||||
<a>
|
<a>
|
||||||
<!--= set_attr 'href' (cat 'mailto ' this.supporter.email) -->
|
<!--= set_attr 'href' (cat 'mailto:' this.supporter.email) -->
|
||||||
<!--= put this.supporter.email -->
|
<!--= put this.supporter.email -->
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue