removed iframes and templatized

This commit is contained in:
2010-04-13 14:48:16 -07:00
parent 9e8961abf1
commit 74be39a565
15 changed files with 185 additions and 151 deletions

View File

@@ -1,4 +1,6 @@
<h1>Test results for {{ test }}</h1>
{% extends "base.html" %}
{% block content %}
<h3>Test results for {{ test }}</h3>
<ul>
<li style="display:none"><ul>
{% for f in failures %}{% ifchanged f.build.id %}</ul></li><li>
@@ -6,3 +8,4 @@
<ul>{% endifchanged %}
<li>{{ f.description }}</li>{% endfor %}
</ul>
{% endblock %}