You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/04/29 23:38:47 UTC

[whimsy] branch master updated: Remove deprecated method

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

curcuru 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 95b8edf  Remove deprecated method
95b8edf is described below

commit 95b8edf4028fbf186c90ad4dfb0b117415b050a2
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Mon Apr 29 19:36:00 2019 -0400

    Remove deprecated method
---
 www/members/inactive.cgi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index 7ec470f..c262f67 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -24,7 +24,8 @@ _html do
     }    
   end
   _body? do
-  _whimsy_header 'Poll of Inactive Members'
+  _whimsy_nav
+  _h1 'Poll of Inactive Members'
   # locate and read the attendance file
   MEETINGS = ASF::SVN['Meetings']
   attendance = JSON.parse(IO.read(File.join(MEETINGS, 'attendance.json')))