Fix members emails

This commit is contained in:
Lucas Verney 2016-11-05 03:56:11 +01:00
parent 9699baa55c
commit ffdff1d833
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
template(v-for="(member, index) in RSVPItem.members")
template(v-if="index > 0")
| , 
a(href='mailto:member.email') {{ member.name }}
a(v-bind:href="'mailto:' + member.email") {{ member.name }}
span {{ ' with you' }}
br
span