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

clr pushed a commit to branch clr-apache-update-new-pmc-member
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to 
refs/heads/clr-apache-update-new-pmc-member by this push:
     new 27d16402 Update mod.js.rb
27d16402 is described below

commit 27d1640244eeed671092389244d1d0b8e4b4515f
Author: Craig L Russell <[email protected]>
AuthorDate: Mon Apr 24 14:49:29 2023 -0700

    Update mod.js.rb
    
    Initialize @votelink variable
    Fix link to private list query
---
 www/roster/views/pmc/mod.js.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/roster/views/pmc/mod.js.rb b/www/roster/views/pmc/mod.js.rb
index 6b31b470..690ca2f3 100644
--- a/www/roster/views/pmc/mod.js.rb
+++ b/www/roster/views/pmc/mod.js.rb
@@ -8,6 +8,7 @@ class PMCMod < Vue
 
   def initialize
     @people = []
+    @votelink = ''
   end
 
   def render
@@ -51,7 +52,7 @@ class PMCMod < Vue
                     href: 'https://www.apache.org/dev/pmc.html#newpmc'
                   _a 'You can use the following link to find the thread on the 
private list'
                   _a 'and copy it into the text field below.'
-                    href: 'https://lists.apache.org/list?private@' + 
@@project.display.name + '.apache.org:lte=6M:'
+                    href: 
'https://lists.apache.org/list?private@#{@project}.apache.org:lte=6M:'
                   _ ' (the PMC private@ mailing list).'                  
                 end
                 _label do

Reply via email to