buildbot: Another slight styling update to change page

This commit is contained in:
Mitchell Hashimoto 2011-11-19 13:31:21 -08:00
parent 21c403965b
commit 2ef8206ff2
1 changed files with 6 additions and 5 deletions

View File

@ -51,10 +51,11 @@
<h3>Changed files</h3>
<ul>
{% for f in c.files -%}
<li class="{{ loop.cycle('alt', '') }}">{%- if f.url %}<a
href="{{ f.url }}"><b>{{ f.name|e }}</b></a></li>
<li>
{%- if f.url %}
<a href="{{ f.url }}">{{ f.name|e }}</a>
{%- else %}
<b>{{ f.name|e }}</b>
{{ f.name|e }}
{%- endif -%}
</li>
{% else %}