Merge pull request #147 from ZeusWPI/contactstuff

Make e-mails visible
This commit is contained in:
lorin 2017-02-03 19:43:01 +01:00 committed by GitHub
commit 981fb90325

View file

@ -35,6 +35,9 @@ narrow_page: true
<th>
Naam
</th>
<th>
E-mail
</th>
<th>
</th>
@ -48,6 +51,9 @@ narrow_page: true
<td>
<%= lid['naam'] %>
</td>
<td>
<%= lid['mail'] %>
</td>
<td>
<a href="mailto:<%= lid['mail'] %>">
<%= fa :envelope %>