Author: Matti Picus <[email protected]>
Branch: cleanup-hg-bookmarks
Changeset: r1026:06d6f0d7b2c2
Date: 2017-09-15 12:55 +0300
http://bitbucket.org/pypy/buildbot/changeset/06d6f0d7b2c2/

Log:    remove link to numpy results from page top, add link to py3.5
        instead

diff --git a/master/templates/layout.html b/master/templates/layout.html
--- a/master/templates/layout.html
+++ b/master/templates/layout.html
@@ -25,8 +25,9 @@
         <a href="{{ path_to_root or '.' }}">Home</a>
         <!-- PyPy specific items -->
         - <a href="http://speed.pypy.org/";>Speed</a>
-        - <a href="{{ path_to_root }}numpy-status/">NumPy compatibility</a>
+        - <!-- a href="{{ path_to_root }}numpy-status/">NumPy compatibility</a 
-->
         - <a href="{{ path_to_root }}summary?branch=&lt;trunk&gt;">Summary 
(trunk)</a>
+        - <a href="{{ path_to_root }}summary?branch=3.5">Summary (py3.5)</a>
         - <a href="{{ path_to_root }}summary">Summary</a>
         - <a href="{{ path_to_root }}nightly/">Nightly builds</a>
         <!-- end of PyPy specific items -->
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to