Skip to content

Commit

Permalink
Add missing change to build.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sonestedt committed Dec 19, 2009
1 parent 2b2bf41 commit 97974d3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions buildbot/status/web/templates/build.html
Expand Up @@ -93,16 +93,17 @@ <h2>Steps and Logfiles:</h2>
<span class="{{ s.css_class }}">
<a href="{{ s.link }}">{{ s.name }}</a>
{{ s.text }} ({{ s.time_to_run }} s)
</span>
</span>

{% if s.logs %}
<ol>
{% for l in s.logs %}
<li><a href="{{ l.link }}">{{ l.name }}</a></li>
{% endfor %}
</ol>
{% endif %}

{% for l in s.logs %}
<li><a href="{{ l.link }}">{{ l.name }}</a></li>
{% endfor %}

{% for u in s.urls %}
<li><a href="{{ u.url }}">{{ u.logname }}</a></li>
{% endfor %}
</ol>
</li>
{% endfor %}
</ol>
Expand Down

0 comments on commit 97974d3

Please sign in to comment.