You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2020/06/26 22:45:18 UTC

[whimsy] branch master updated: Allow for multiple year affirmations

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

clr 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 a3fec9d  Allow for multiple year affirmations
a3fec9d is described below

commit a3fec9d8a0f1052d3278cc1938041cf12bd88c0c
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Fri Jun 26 15:44:59 2020 -0700

    Allow for multiple year affirmations
---
 www/officers/coi.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/officers/coi.cgi b/www/officers/coi.cgi
index e8772c4..88b67cf 100755
--- a/www/officers/coi.cgi
+++ b/www/officers/coi.cgi
@@ -94,7 +94,7 @@ _html do
             _tr do
               _th 'Name'
               _th 'AvailId'
-              _th 'Link to affirmation'
+              _th 'Link to affirmation(s)'
             end
           end
           _tbody do
@@ -108,7 +108,7 @@ _html do
                   if signerfile
                     _a affirmer.id, href: "#{COI_CURRENT_URL}/#{signerfile}"
                   else
-                    _ 'Not yet signed this calendar year'
+                    _ "Not signed in #{YEAR}"
                   end
                 end
               end