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>Most recent test failures</h1>
<ul>
{% for f in failures %}
<li>{{ f.build.startdate|date:"Y-m-d H:i" }} {{ f.build.tree.name }} {{ f.build.get_os_display }}: <a href="{% url viewer.views.test %}?name={{ f.name }}">{{ f.name }}</a>,
<a href="{% url viewer.views.timeline %}?name={{ f.name }}">timeline</a>
- {{ f.description }}</li>
{% endfor %}
</ul>