Skip to content

Commit

Permalink
Validation fixes to grid_macros.html
Browse files Browse the repository at this point in the history
(affects grid and tgrid)
  • Loading branch information
nicolas17 committed Jan 7, 2010
1 parent 0ee4eda commit adc2e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/status/web/templates/grid_macros.html
Expand Up @@ -22,10 +22,10 @@
{%- endmacro %}

{% macro builder_td(b) -%}
<td valign="center" style="text-align: center" class="builder {{ b.state }}">
<td valign="middle" style="text-align: center" class="builder {{ b.state }}">
<a href="{{ b.url }}">{{ b.name }}</a>
{%- if b.state != 'idle' or b.n_pending > 0 -%}
<br>({{ b.state }}
<br/>({{ b.state }}
{%- if b.n_pending > 0 -%}
with {{ b.n_pending }})
{%- endif -%}
Expand Down

0 comments on commit adc2e9e

Please sign in to comment.