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 a6493bc Show forms of all committers to ASF members
a6493bc is described below
commit a6493bc82dd11f752f7f35112484449c1cbb17da
Author: Sebb <[email protected]>
AuthorDate: Fri May 4 22:32:22 2018 +0100
Show forms of all committers to ASF members
---
www/roster/views/person.js.rb | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/www/roster/views/person.js.rb b/www/roster/views/person.js.rb
index d917244..dc6f14d 100644
--- a/www/roster/views/person.js.rb
+++ b/www/roster/views/person.js.rb
@@ -201,10 +201,11 @@ class Person < Vue
end
end
- # Forms on file
- if @committer.forms
- _PersonForms person: self
- end
+ end
+
+ # Forms on file (only present if env.user is a member)
+ if @committer.forms
+ _PersonForms person: self
end
# SpamAssassin score
--
To stop receiving notification emails like this one, please contact
[email protected].