This is an automated email from the ASF dual-hosted git repository.
rubys 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 f6579e6 fix the other one too
f6579e6 is described below
commit f6579e6c48fddaf685054695ca9fec9ea626b5f5
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Sep 23 10:27:03 2019 -0600
fix the other one too
---
www/board/agenda/views/pages/adjournment.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/pages/adjournment.js.rb
b/www/board/agenda/views/pages/adjournment.js.rb
index c353d35..6c0e351 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -117,7 +117,7 @@ class Adjournment < Vue
if completed.terminated and not completed.terminated.empty?
_p 'Terminated PMCs'
_ul completed.terminated do |pmc|
- _li {_a pmc.name.downcase(),
+ _li {_a pmc.downcase(),
href: "../../../roster/committee/#{pmc.downcase()}"}
end
end