forked from lix-project/hydra
11 lines
190 B
Text
11 lines
190 B
Text
|
[% WRAPPER layout.tt title="Hydra Overview" %]
|
||
|
|
||
|
<h1>Build log <tt>[% log.logphase %] of build ID [% id %]</h1>
|
||
|
|
||
|
<!-- !!! escaping -->
|
||
|
<pre class="buildlog">
|
||
|
[% logtext -%]
|
||
|
</pre>
|
||
|
|
||
|
[% END %]
|