first batch of code

This commit is contained in:
2010-04-06 22:11:58 -07:00
parent 2336218982
commit 095ed3c3b9
31 changed files with 1106 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<h1>Test results for {{ test }}</h1>
<ul>
<li style="display:none"><ul>
{% for f in failures %}{% ifchanged f.build.id %}</ul></li><li>
<a href="{{ f.build.tinderbox_link|safe }}">{{ f.build.startdate|date:"Y-m-d H:i" }} {{ f.build.tree }} {{ f.build.get_os_display }}</a> [{{ f.build.changeset_link|safe }}]:
<ul>{% endifchanged %}
<li>{{ f.description }}</li>{% endfor %}
</ul>