Author: David Schneider <david.schnei...@picle.org>
Branch: 
Changeset: r863:40a9f6f46cdf
Date: 2013-09-13 10:14 +0200
http://bitbucket.org/pypy/buildbot/changeset/40a9f6f46cdf/

Log:    wrap link in a div

diff --git a/master/templates/build.html b/master/templates/build.html
--- a/master/templates/build.html
+++ b/master/templates/build.html
@@ -9,8 +9,9 @@
 Build #{{ b.getNumber() }}
 </h1>
 <!-- PyPy specific change: add a "view in summary" link -->
-&nbsp;&nbsp;&nbsp;(<a href="{{ path_to_root }}summary?builder={{ 
b.getBuilder().getName() }}">view in summary</a>)
-
+<div>
+  (<a href="{{ path_to_root }}summary?builder={{ b.getBuilder().getName() 
}}">view in summary</a>)
+</div>
 <div class="column">
 
 {% if not b.isFinished() %}
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to