From 3e8d85ecb0b7996687aff877d1462ca2c0fc0b5c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 Oct 2009 13:39:03 +0000 Subject: [PATCH] --- src/root/build.tt | 8 +++++++- src/root/static/css/nix-common.css | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index 2b315be6..7318e480 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -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 @@ Job name: [% INCLUDE renderJobName project=project.name jobset=jobset.name job=job.name %] + [% IF build.nixexprinput %] + + Nix expression: + file [% HTML.escape(build.nixexprpath) %] in input [% HTML.escape(build.nixexprinput) %] + + [% END %] Nix name: [% build.nixname %] diff --git a/src/root/static/css/nix-common.css b/src/root/static/css/nix-common.css index 74e9c8e6..640290ea 100644 --- a/src/root/static/css/nix-common.css +++ b/src/root/static/css/nix-common.css @@ -26,7 +26,6 @@ table { empty-cells: show; border-collapse: collapse; border-spacing: 0px; - margin-bottom: 1em; } tr.odd {