Author: David Schneider <david.schnei...@picle.org>
Branch: buildbot-0.8.7
Changeset: r798:2a7ce9fa446e
Date: 2013-04-25 11:25 +0200
http://bitbucket.org/pypy/buildbot/changeset/2a7ce9fa446e/

Log:    remove html comment

diff --git a/master/templates/root.html b/master/templates/root.html
--- a/master/templates/root.html
+++ b/master/templates/root.html
@@ -26,7 +26,7 @@
     The <a href="http://speed.pypy.org/";>Performance Plots</a> will give you
       an overview of performance for recent revisions.
   </li>
-  
+
   <li class="{{ item_class.next() }}">
     The <a href="summary?branch=&lt;trunk&gt;">Summary Display
     &lt;trunk&gt;</a> will give you a failure-oriented summary for recent
@@ -53,7 +53,7 @@
   <li class="{{ item_class.next() }}">The <a href="tgrid">Transposed Grid 
Display</a> presents
   the same information as the grid, but lists the revisions down the side.</li>
 
-  <li class="{{ item_class.next() }}">The <a href="console">Console</a> 
presents 
+  <li class="{{ item_class.next() }}">The <a href="console">Console</a> 
presents
   a user-oriented status page.</li>
 
   <li class="{{ item_class.next() }}">The <a href="builders">Builders</a> and 
their most recent builds are
@@ -68,19 +68,6 @@
   <li class="{{ item_class.next() }}"><a href="about">About</a> this 
Buildbot</li>
 </ul>
 
-<!-- PyPy specific: comment out the clean shutdown button
-{%- if authz.advertiseAction('cleanShutdown') -%}
-{%- if shutting_down -%}
-Master is shutting down<br/>
-{{ forms.cancel_clean_shutdown(cancel_shutdown_url, authz) }}
-{%- else -%}
-{{ forms.clean_shutdown(shutdown_url, authz) }}
-{%- endif -%}
-{%- endif -%}
-
-<p><i>This and other pages can be overridden and customized.</i></p>
-
--->
 
 </div>
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to