Fix template for the exact version of buildbot we're using
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title"><a href="{{ title_url }}">{{ title }}</a>
|
<td class="title"><a href="{{ title_url }}">{{ title }}</a>
|
||||||
{{ grid.category_title() }}
|
{{ grid.tag_title() }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{% for s in stamps %}
|
{% for s in stamps %}
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title"><a href="{{ title_url }}">{{ title }}</a>
|
<td class="title"><a href="{{ title_url }}">{{ title }}</a>
|
||||||
{{ grid.category_title() }}
|
{{ grid.tag_title() }}
|
||||||
</td>
|
</td>
|
||||||
{% for builder in builders %}
|
{% for builder in builders %}
|
||||||
{{ grid.builder_td(builder) }}
|
{{ grid.builder_td(builder) }}
|
||||||
|
Reference in New Issue
Block a user