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