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

8 lines
143 B
HTML
Executable File

<h1>Trees</h1>
<ul>
{% for tree in trees %}
<li><a href="{% url viewer.views.tree tree.name %}">{{ tree.name }}</a></li>
{% endfor %}
</ul>