You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/02/13 22:37:43 UTC

[whimsy] branch master updated: Link needs to be to svn

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 b861a68  Link needs to be to svn
b861a68 is described below

commit b861a68438e341c786214cb7d063b24e11c687ba
Author: Sebb <se...@apache.org>
AuthorDate: Sat Feb 13 22:37:35 2021 +0000

    Link needs to be to svn
---
 www/members/nominations.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index e539f31..037d33f 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -76,14 +76,14 @@ _html do
         _ 'Entries are highlighted if they are not present in both lists.'
       }
     ) do
-      cur_mtg_dir = MeetingUtil.get_latest(MEETINGS)
+      cur_mtg_dir = File.basename(MeetingUtil.get_latest(MEETINGS))
       nominations, people, emails = setup_data
       _div.flexbox do
         _div.flexitem do
           _h1_! do
             _a 'Nominees', href: 'watch/nominees'
             _ ' in '
-            _a 'svn', href: File.join(cur_mtg_dir, 'nominated-members.txt')
+            _a 'svn', href: ASF::SVN.svnpath!('Meetings', cur_mtg_dir, 'nominated-members.txt')
           end
 
           _p.count "Count: #{nominations.count}"