svn commit: r235790 - user/des/fbce/root/admin

Dag-Erling Smorgrav des at FreeBSD.org
Tue May 22 16:39:39 UTC 2012


Author: des
Date: Tue May 22 16:39:38 2012
New Revision: 235790
URL: http://svn.freebsd.org/changeset/base/235790

Log:
  Link to the candidate's statement rather than their email address.

Modified:
  user/des/fbce/root/admin/index.tt

Modified: user/des/fbce/root/admin/index.tt
==============================================================================
--- user/des/fbce/root/admin/index.tt	Tue May 22 16:33:10 2012	(r235789)
+++ user/des/fbce/root/admin/index.tt	Tue May 22 16:39:38 2012	(r235790)
@@ -32,7 +32,8 @@
     <td class="num">[% i %]</td>
     <td class="num">[% candidate.votes %]</td>
     <td class="num">[% candidate.votes / voted.count * 100 | format('%.1f') %]%</td>
-    <td><a href="mailto:[% candidate.login | html %]@freebsd.org %]">[% candidate.realname | html %] ([% candidate.login %])</a></td>
+    <!--td><a href="mailto:[% candidate.email | html %]">[% candidate.realname | html %] ([% candidate.login %])</a></td-->
+    <td><a href="[% c.uri_for('/see/candidate', candidate.login) %]">[% candidate.realname | html %] ([% candidate.login %])</a></td>
   </tr>
   [% END %]
 </table>


More information about the svn-src-user mailing list