You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2018/03/14 14:47:19 UTC

[whimsy] branch master updated: Fix id anchor typo

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

curcuru 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 5662ee5  Fix id anchor typo
5662ee5 is described below

commit 5662ee57499129fc7dc7535070091ed28b38f43f
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Wed Mar 14 10:47:13 2018 -0400

    Fix id anchor typo
---
 www/incubator/signoff.cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/incubator/signoff.cgi b/www/incubator/signoff.cgi
index 322cae4..5c59480 100755
--- a/www/incubator/signoff.cgi
+++ b/www/incubator/signoff.cgi
@@ -90,7 +90,7 @@ _html do
       _p do
         _ 'This script checks recent Incubator podling reports as submitted to the board agenda for mentor signoffs. '
         _span.check 'Blue'
-        _ ' means signoff is present, '
+        _ ' means signoff is present in that report, '
         _span.blank 'orange'
         _ ' means signoff is absent.'
         _br
@@ -107,7 +107,7 @@ _html do
         _p "This table shows all mentors and the podlings they signed off on. Hover over podling name to see date of report."
       }
     ) do
-      _table.table.table_hover.table_striped id: '#bymentor' do
+      _table.table.table_hover.table_striped id: 'bymentor' do
         _thead_ do
           _tr do
             _th 'Mentor Name'
@@ -150,7 +150,7 @@ _html do
         _p "This table shows all podlings and how many mentors signed off on reports, by date.  Reminder: only checks recent monthly reports."
       }
     ) do
-      _table.table.table_hover.table_striped id: '#bypodling' do
+      _table.table.table_hover.table_striped id: 'bypodling' do
         _thead_ do
           _tr do
             _th 'Podling Name (signoff %)'

-- 
To stop receiving notification emails like this one, please contact
curcuru@apache.org.