You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/28 15:30:52 UTC

[whimsy] branch master updated: Link to personal pages

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d16fa58  Link to personal pages
d16fa58 is described below

commit d16fa58395d4c65513ad1bad348714360d11cb95
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 28 16:30:43 2020 +0100

    Link to personal pages
---
 www/officers/coi.cgi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/officers/coi.cgi b/www/officers/coi.cgi
index 9ee2cad..568da96 100755
--- a/www/officers/coi.cgi
+++ b/www/officers/coi.cgi
@@ -120,7 +120,9 @@ _html do
               affirmer = ASF::Person.find(id)
               _tr do
                 _td affirmer.cn
-                _td affirmer.id 
+                _td do
+                  _a affirmer.id, href: "/roster/committer/#{affirmer.id}"
+                end
                 _td role.join(', ')
                 _td do
                   signerfile = SIGNERS[affirmer.id]