Author: Antonio Cuni <[email protected]>
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 %}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to