Author: David Schneider <david.schnei...@picle.org>
Branch: add-header-to-nightly
Changeset: r882:b2f717734873
Date: 2013-11-10 19:37 +0100
http://bitbucket.org/pypy/buildbot/changeset/b2f717734873/

Log:    fix

diff --git a/master/templates/directory.html b/master/templates/directory.html
--- a/master/templates/directory.html
+++ b/master/templates/directory.html
@@ -41,7 +41,7 @@
 
 <table>
 
-{% if files|length > 1 %}
+{% if files|length > 0 %}
 <tr class="{{ row_class.next() }}">
 <th>Filename</th>
 <th>Size</th>
@@ -59,7 +59,7 @@
 </tr>
 {% endif %}
 
-{% for d in directories %}  
+{% for d in directories %}
   <tr class="{{ row_class.next() }}">
     <td><a href="{{ d.href }}"><b>{{ d.text }}</b></a></td>
     <td>{{ d.size}}</td>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to