forked from lix-project/hydra
16acb2754c
becomes /build/<buildid>/log).
8 lines
223 B
Text
8 lines
223 B
Text
[% WRAPPER layout.tt title="Error" %]
|
|
[% USE HTML %]
|
|
|
|
<h1>Error</h1>
|
|
|
|
<p>I'm very sorry, but an error occurred: <span class="error-msg">[% FOREACH error IN errors %] [% HTML.escape(error) %] [% END %]</span></p>
|
|
|
|
[% END %]
|