diff --git a/src/root/build.tt b/src/root/build.tt index 79e52dae..29fbbaa8 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -150,7 +150,7 @@ [% IF build.buildproducts %] -

Build products

+

Build products

[% IF !available %]

Note: this build is no longer available.

@@ -170,8 +170,7 @@ [% END %] [% IF prevSuccessfulBuild %] -

Changes

-
+

Changes

diff --git a/src/root/jobset.tt b/src/root/jobset.tt index 1a152377..4b6faed1 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -122,7 +122,7 @@ [% IF jobset.errormsg -%]
-

Evaluation errors

+

Evaluation errors

[% HTML.escape(jobset.errormsg) %]
[% END %] diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index a3ecd7ad..cc852068 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -15,4 +15,8 @@ th { .template { display: none; -} \ No newline at end of file +} + +h3 { + margin-top: 1em; +}
Last successful build [% INCLUDE renderDateTime timestamp = prevSuccessfulBuild.timestamp %]