You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/01/15 18:23:47 UTC

[whimsy] branch master updated: adjust FY23 budget

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 20e16a4  adjust FY23 budget
20e16a4 is described below

commit 20e16a42a14e1b36778718e0f183b1c7a0e8c7c7
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Jan 15 13:23:36 2018 -0500

    adjust FY23 budget
---
 www/board/agenda/views/pages/fy23.js.rb | 4 ++--
 www/board/agenda/views/router.js.rb     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/board/agenda/views/pages/fy23.js.rb b/www/board/agenda/views/pages/fy23.js.rb
index 402b2a6..2391d7f 100644
--- a/www/board/agenda/views/pages/fy23.js.rb
+++ b/www/board/agenda/views/pages/fy23.js.rb
@@ -13,7 +13,7 @@ class FY23 < Vue
       travelAssistance: 25,
       treasury: 61,
       fundraising: 283,
-      generalAndAdministrative: 144,
+      generalAndAdministrative: 44,
       chairman: 10,
     }
 
@@ -36,7 +36,7 @@ class FY23 < Vue
     }
 
     _p "Instructions: change any input field and press the tab key to see " +
-      "new results. Try to make FY23 Budget Cash non-negative."
+      "new results. Try to keep FY23 Budget Cash non-negative."
 
     _table.table.table_sm.table_striped do
       _thead do
diff --git a/www/board/agenda/views/router.js.rb b/www/board/agenda/views/router.js.rb
index fb30202..2992fcc 100644
--- a/www/board/agenda/views/router.js.rb
+++ b/www/board/agenda/views/router.js.rb
@@ -99,7 +99,7 @@ class Router
     else
       item = Agenda.find(path)
 
-      if path == 'Discussion-Items' and Agenda.date =~ /^2017-12/
+      if path == 'Discussion-Items' and Agenda.date =~ /^2018-01/
         item.next = {title: 'FY23 Budget Worksheet', href: 'fy23'}
       end
     end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].