runbot build log template typo

This commit is contained in:
Antony Lesuisse 2014-06-30 23:23:20 +02:00
parent 16f392e916
commit 3c71c38839

View File

@ -469,7 +469,7 @@
<td><t t-esc="l.type"/></td>
<td>
<a t-attf-href="https://{{build.repo_id.base}}/blob/{{build.name}}/{{l.path}}#L{{l.line}}"><t t-esc="l.name"/>:<t t-esc="l.line"/></a> <t t-esc="l.func"/>
<t t-if="'\n' not in l.message" t-esc="l.message"/>
<t t-if="'\n' not in l.message"><t t-esc="l.message"/></t>
<pre t-if="'\n' in l.message" style="margin:0;padding:0; border: none;"><t t-esc="l.message"/></pre>
</td>
</tr>