Skip to content

Commit

Permalink
fix error showing unfinished builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Jan 17, 2010
1 parent 92f0e71 commit a6091af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/status/web/templates/build.html
Expand Up @@ -155,7 +155,7 @@ <h2>Timing:</h2>
{% if end %}
<tr><td class="left">End</td><td>{{ end }}</td></tr>
{% endif %}
<tr {{ 'class="alt"' if end }}><td class="left">Elapsed</td><td>{{ elapsed }}</td></tr>
<tr {{ 'class="alt"' if end else '' }}><td class="left">Elapsed</td><td>{{ elapsed }}</td></tr>
</table>

{% if resubmit %}
Expand Down

0 comments on commit a6091af

Please sign in to comment.