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 d801834 Explanation of red colour
d801834 is described below
commit d8018341deafbe4c4738cdf7f55250f4415128d1
Author: Sebb <[email protected]>
AuthorDate: Sat Mar 9 00:44:20 2019 +0000
Explanation of red colour
---
www/roster/views/ppmcs.html.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/roster/views/ppmcs.html.rb b/www/roster/views/ppmcs.html.rb
index f8a4066..addd561 100644
--- a/www/roster/views/ppmcs.html.rb
+++ b/www/roster/views/ppmcs.html.rb
@@ -13,7 +13,7 @@ _html do
ppmc: 'ppmc/'
}
) do
- _p 'A listing of all Podling Project Management Committees (PPMCs) from
the Apache Incubator.'
+ _p 'A listing of current Podling Project Management Committees (PPMCs)
from the Apache Incubator.'
_p do
_ 'Click on column names to sort.'
@@ -47,7 +47,7 @@ _html do
if project_names.include? ppmc.name
_a ppmc.display_name, href: "ppmc/#{ppmc.name}"
else
- _a.label_danger ppmc.display_name, href: "ppmc/#{ppmc.name}"
+ _a.label_danger ppmc.display_name, href: "ppmc/#{ppmc.name}",
title: 'LDAP project not yet set up'
end
end