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 fac5680 label notes column in committer lists
fac5680 is described below
commit fac568023082a758c13b331c8e92c47ddf857984
Author: Sam Ruby <[email protected]>
AuthorDate: Sun May 28 03:50:44 2017 -0400
label notes column in committer lists
---
www/roster/views/pmc/committers.js.rb | 1 +
www/roster/views/ppmc/committers.js.rb | 1 +
2 files changed, 2 insertions(+)
diff --git a/www/roster/views/pmc/committers.js.rb
b/www/roster/views/pmc/committers.js.rb
index 5ad0a97..1997b31 100644
--- a/www/roster/views/pmc/committers.js.rb
+++ b/www/roster/views/pmc/committers.js.rb
@@ -17,6 +17,7 @@ class PMCCommitters < React
_tr do
_th 'id'
_th 'public name'
+ _th 'notes'
end
end
diff --git a/www/roster/views/ppmc/committers.js.rb
b/www/roster/views/ppmc/committers.js.rb
index 563ede7..084eb17 100644
--- a/www/roster/views/ppmc/committers.js.rb
+++ b/www/roster/views/ppmc/committers.js.rb
@@ -13,6 +13,7 @@ class PPMCCommitters < React
_tr do
_th 'id'
_th 'public name'
+ _th 'notes'
end
end
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].