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 69ab353 iclapath already ends in /
69ab353 is described below
commit 69ab3537fee85869d6776dbdb56b013dcbb87cb5
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 4 22:01:59 2020 +0100
iclapath already ends in /
---
www/roster/views/iclaSearch.js.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/roster/views/iclaSearch.js.rb
b/www/roster/views/iclaSearch.js.rb
index 281a712..e571a6c 100644
--- a/www/roster/views/iclaSearch.js.rb
+++ b/www/roster/views/iclaSearch.js.rb
@@ -90,7 +90,8 @@ class IclaSearch < Vue
_tr do
_td icla.name
_td icla.mail
- _td { _a icla.claRef, href: "#{@@iclapath}/#{icla.iclaFile}"
}
+ # iclapath already ends in /
+ _td { _a icla.claRef, href: "#{@@iclapath}#{icla.iclaFile}" }
end
end