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 059c657 terminate is now a simple array
059c657 is described below
commit 059c65712b5b56e0e0378ca968cb8b737da6ccb9
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Sep 23 10:21:59 2019 -0600
terminate is now a simple array
---
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 cbeb6b0..c353d35 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -118,7 +118,7 @@ class Adjournment < Vue
_p 'Terminated PMCs'
_ul completed.terminated do |pmc|
_li {_a pmc.name.downcase(),
- href: "../../../roster/committee/#{pmc.name.downcase()}"}
+ href: "../../../roster/committee/#{pmc.downcase()}"}
end
end