Make e-mails visible

This commit is contained in:
Wout Schellaert 2017-02-03 00:10:04 +01:00
parent 831cec17c7
commit 4f7203439c

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 %>