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 6b83216  Link to entry
6b83216 is described below

commit 6b83216c603aff7336a658caba4e52490eff1067
Author: Sebb <[email protected]>
AuthorDate: Sat Mar 5 13:15:49 2022 +0000

    Link to entry
---
 www/members/subscriptions2.cgi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/members/subscriptions2.cgi b/www/members/subscriptions2.cgi
index 296092f..097f5da 100755
--- a/www/members/subscriptions2.cgi
+++ b/www/members/subscriptions2.cgi
@@ -155,7 +155,9 @@ _html do
         end
         extras.sort.each do |person|
           _tr do
-            _td person.id
+            _td do
+              _a person.id, href: "/roster/committer/#{person.id}"
+            end
             _td person.public_name
           end
         end

Reply via email to