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 3198a4f  see if I can get usernam right this time
3198a4f is described below

commit 3198a4ff5f9ab14511c2ac13025f40a8f8dc2236
Author: Sam Ruby <[email protected]>
AuthorDate: Sun May 13 16:47:32 2018 -0400

    see if I can get usernam right this time
---
 www/board/agenda/views/buttons/email.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/buttons/email.js.rb 
b/www/board/agenda/views/buttons/email.js.rb
index fb85c71..1314d49 100644
--- a/www/board/agenda/views/buttons/email.js.rb
+++ b/www/board/agenda/views/buttons/email.js.rb
@@ -17,7 +17,7 @@ class Email < Vue
     then
       return 'btn-primary'
     elsif
-      @@item.owner == Server.username and not @@item.missing and
+      @@item.owner == User.username and not @@item.missing and
         @@item.comments.empty?
     then
       return 'btn-primary'
@@ -48,7 +48,7 @@ class Email < Vue
 
         Thanks,
 
-        #{Server.username}
+        #{User.username}
 
         (on behalf of the ASF Board)
       }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to