You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2016/04/09 15:16:13 UTC

[whimsy] branch master updated: Drop some anchors

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

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  2d7f8b4   Drop some anchors
2d7f8b4 is described below

commit 2d7f8b4a37b98e14646b18e922b77ea1e85296f2
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 9 14:16:05 2016 +0100

    Drop some anchors
---
 www/roster/views/committee.js.rb      | 4 ++--
 www/roster/views/pmc/committers.js.rb | 2 +-
 www/roster/views/pmc/main.js.rb       | 4 ++--
 www/roster/views/pmc/pmc.js.rb        | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/roster/views/committee.js.rb b/www/roster/views/committee.js.rb
index 4f6ee52..d328aab 100644
--- a/www/roster/views/committee.js.rb
+++ b/www/roster/views/committee.js.rb
@@ -53,7 +53,7 @@ class PMCMembers < React
   end
 
   def render
-    _h2 'PMC'
+    _h2.pmc! 'PMC'
     _table.table.table_hover do
       _thead do
         _tr do
@@ -134,7 +134,7 @@ class PMCCommitters < React
     if @@committee.committers.keys().all? {|id| @@committee.roster[id]}
       _p 'All committers are members of the PMC'
     else
-      _h2 'Committers'
+      _h2.committers! 'Committers'
       _table.table.table_hover do
         _thead do
           _tr do
diff --git a/www/roster/views/pmc/committers.js.rb b/www/roster/views/pmc/committers.js.rb
index aeb4828..9db8a42 100644
--- a/www/roster/views/pmc/committers.js.rb
+++ b/www/roster/views/pmc/committers.js.rb
@@ -11,7 +11,7 @@ class PMCCommitters < React
     then
       _p 'All committers are members of the PMC'
     else
-      _h2 'Committers'
+      _h2.committers! 'Committers'
       _table.table.table_hover do
         _thead do
           _tr do
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index b0364f1..b827712 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -40,7 +40,7 @@ class PMC < React
     _PMCMembers auth: auth, committee: @committee
     _PMCCommitters auth: auth, committee: @committee
 
-    _h2 'Mail lists'
+    _h2.mail! 'Mail lists'
     _ul do
       for name in @committee.mail
         _li do
@@ -58,7 +58,7 @@ class PMC < React
     end
 
     # reporting schedule
-    _h2 'Reporting Schedule'
+    _h2.reporting! 'Reporting Schedule'
     _ul do
       _li @committee.report
 
diff --git a/www/roster/views/pmc/pmc.js.rb b/www/roster/views/pmc/pmc.js.rb
index e47cb95..bc112c8 100644
--- a/www/roster/views/pmc/pmc.js.rb
+++ b/www/roster/views/pmc/pmc.js.rb
@@ -9,7 +9,7 @@ class PMCMembers < React
   end
 
   def render
-    _h2 'PMC'
+    _h2.pmc! 'PMC'
     _table.table.table_hover do
       _thead do
         _tr do

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