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