This commit is contained in:
Eelco Dolstra 2009-10-26 13:39:03 +00:00
parent cb2493eca9
commit 3e8d85ecb0
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
[% WRAPPER layout.tt title="Build Information" %]
[% WRAPPER layout.tt title="Job $project.name:$jobset.name:$job.name build $id" %]
[% PROCESS common.tt %]
[% PROCESS "product-list.tt" %]
[% USE HTML %]
@ -87,6 +87,12 @@
<th>Job name:</th>
<td>[% INCLUDE renderJobName project=project.name jobset=jobset.name job=job.name %]</td>
</tr>
[% IF build.nixexprinput %]
<tr>
<th>Nix expression:</th>
<td>file <tt>[% HTML.escape(build.nixexprpath) %]</tt> in input <tt>[% HTML.escape(build.nixexprinput) %]</tt></td>
</tr>
[% END %]
<tr>
<th>Nix name:</th>
<td><tt>[% build.nixname %]</tt></td>

View file

@ -26,7 +26,6 @@ table {
empty-cells: show;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 1em;
}
tr.odd {