Fix template for the exact version of buildbot we're using

This commit is contained in:
2015-06-27 16:13:17 +02:00
parent 8abeb797fb
commit 749d7fa17a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<tr>
<td class="title"><a href="{{ title_url }}">{{ title }}</a>
{{ grid.category_title() }}
{{ grid.tag_title() }}
</td>
{% for s in stamps %}

View File

@@ -9,7 +9,7 @@
<tr>
<td class="title"><a href="{{ title_url }}">{{ title }}</a>
{{ grid.category_title() }}
{{ grid.tag_title() }}
</td>
{% for builder in builders %}
{{ grid.builder_td(builder) }}