Files
topfails-from-tinderbox/unittest-logs/unittestweb/templates/viewer/tree.html
2010-04-06 22:11:58 -07:00

7 lines
146 B
HTML
Executable File

<h1>{{ tree }}</h1>
<ul>
{% for build in newestbuilds %}
<li>{{ build.get_os_display }}: {{ build.get_status_display }}</li>
{% endfor %}
</ul>