[pypy-commit] buildbot 0.8.4-compat: remove a couple of links from the headers, they are still available from the home page

antocuni noreply at buildbot.pypy.org
Sun Aug 7 20:40:27 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 0.8.4-compat
Changeset: r565:d7fcfe487254
Date: 2011-08-07 20:41 +0200
http://bitbucket.org/pypy/buildbot/changeset/d7fcfe487254/

Log:	remove a couple of links from the headers, they are still available
	from the home page

diff --git a/master/templates/layout.html b/master/templates/layout.html
--- a/master/templates/layout.html
+++ b/master/templates/layout.html
@@ -24,20 +24,20 @@
         - 
         <!-- PyPy specific items -->
         <a href="http://speed.pypy.org/">Speed</a>
-        <a href="{{ path_to_root }}summary?branch=&lt;trunk&gt;">Summary &lt;trunk&gt;</a>
+        <a href="{{ path_to_root }}summary?branch=&lt;trunk&gt;">Summary (trunk)</a>
         <a href="{{ path_to_root }}summary">Summary</a>
         <a href="{{ path_to_root }}nighlty/">Nightly builds</a>
         <!-- end of PyPy specific items -->
 
         <a href="{{ path_to_root }}waterfall">Waterfall</a>
-        <a href="{{ path_to_root }}grid">Grid</a>
-        <a href="{{ path_to_root }}tgrid">T-Grid</a>
-        <a href="{{ path_to_root }}console">Console</a>
+        <!-- <a href="{{ path_to_root }}grid">Grid</a> -->
+        <!-- <a href="{{ path_to_root }}tgrid">T-Grid</a> -->
+        <!-- <a href="{{ path_to_root }}console">Console</a> -->
         <a href="{{ path_to_root }}builders">Builders</a>
-        <a href="{{ path_to_root }}one_line_per_build">Recent Builds</a>
-        <a href="{{ path_to_root }}buildslaves">Buildslaves</a>
-        <a href="{{ path_to_root }}changes">Changesources</a>
-        - <a href="{{ path_to_root }}json/help">JSON API</a>
+        <!-- <a href="{{ path_to_root }}one_line_per_build">Recent Builds</a> -->
+        <!-- <a href="{{ path_to_root }}buildslaves">Buildslaves</a> -->
+        <!-- <a href="{{ path_to_root }}changes">Changesources</a> -->
+        <!-- - <a href="{{ path_to_root }}json/help">JSON API</a> -->
         - <a href="{{ path_to_root }}about">About</a>
     </div>
     {% endblock %}


More information about the pypy-commit mailing list