Author: humbedooh
Date: Sun Oct 11 21:45:35 2015
New Revision: 1708026
URL: http://svn.apache.org/viewvc?rev=1708026&view=rev
Log:
move 'issues' up a bit
Modified:
comdev/reporter.apache.org/trunk/site/render.js
Modified: comdev/reporter.apache.org/trunk/site/render.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/render.js?rev=1708026&r1=1708025&r2=1708026&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/render.js (original)
+++ comdev/reporter.apache.org/trunk/site/render.js Sun Oct 11 21:45:35 2015
@@ -314,6 +314,10 @@ function renderFrontPage(json) {
}
addLine(pmc)
+ addLine(pmc, "## Issues:")
+ addLine(pmc, " - <font color='red'>TODO - list any issues that require board attention,
\n or say \"there are no issues requiring board attention at this time\"</font>")
+ addLine(pmc)
+
addLine(pmc, "## Activity:")
addLine(pmc, " - <font color='red'>TODO - the PMC <b><u>MUST</u></b>
provide this information</font>")
addLine(pmc)
@@ -322,10 +326,6 @@ function renderFrontPage(json) {
addLine(pmc, " - <font color='red'>TODO - Please use this paragraph to elaborate
on why the current project activity (mails, commits, bugs etc) is at its current level.</font>")
addLine(pmc)
- addLine(pmc, "## Issues:")
- addLine(pmc, " - <font color='red'>TODO - list any issues that require board attention,
\n or say \"there are no issues requiring board attention at this time\"</font>")
- addLine(pmc)
-
var obj = document.createElement('div');
obj.setAttribute("id", "tab_" + pmc)
obj.style = "padding: 10px; text-align: left !important;"
@@ -1022,4 +1022,4 @@ function addRelease(pmc, version, date)
})
}
-}
\ No newline at end of file
+}
|