added top navigation page

This commit is contained in:
2010-04-12 12:44:22 -07:00
parent 9c288c10c8
commit e59963c303
20 changed files with 183 additions and 10 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>