buildbot: Another slight styling update to change page
This commit is contained in:
parent
21c403965b
commit
2ef8206ff2
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue