Make it easier to find the e-mail addresses folks used when applying
authorAdam Chlipala <adamc@hcoop.net>
Fri, 23 May 2008 21:54:06 +0000 (21:54 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Fri, 23 May 2008 21:54:06 +0000 (21:54 +0000)
apps.mlt

index dcfbc5f..e3ac4b2 100644 (file)
--- a/apps.mlt
+++ b/apps.mlt
@@ -32,6 +32,7 @@ if $"show" <> "" then
                end %> <% if (iff board then not found else false) then %><a href="apps?vote=<% #id appl %>">[Vote]</a><% end %></td> </tr>
        <tr> <td>Username:</td> <td><% #name appl %></td> </tr>
        <tr> <td>Real name:</td> <td><% Web.html (#rname appl) %></td> </tr>
+       <tr> <td>E-mail:</td> <td><a href="mailto:<% #email appl %>"><% #email appl %></a></td> </tr>
        <tr> <td>Forward e-mail?</td> <td><% if #forward appl then %>yes<% else %>no<% end %></td> </tr>
        <tr> <td>Proposed uses:</td> <td><% Web.htmlNl (#uses appl) %></td> </tr>
        <tr> <td>Other information:</td> <td><% Web.htmlNl (#other appl) %></td> </tr>