diff --git a/src/root/build.tt b/src/root/build.tt
index 18d9aca7..deb455ae 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -67,8 +67,8 @@
[% flashMsg %]
[% END %]
-
- - Summary
+
+ - Summary
- Details
- Build inputs
[% IF relatedbuilds %]- Related builds
[% END %]
diff --git a/src/root/job.tt b/src/root/job.tt
index d85e9058..23d36ea8 100644
--- a/src/root/job.tt
+++ b/src/root/job.tt
@@ -2,8 +2,8 @@
[% PROCESS common.tt %]
[% hideProjectName=1 hideJobsetName=1 hideJobName=1 %]
-
- - Status
+
diff --git a/src/root/jobset.tt b/src/root/jobset.tt
index 07d88355..d445fb57 100644
--- a/src/root/jobset.tt
+++ b/src/root/jobset.tt
@@ -71,9 +71,9 @@
[% END %]
-
+
[% IF !edit %]
- - Jobset
+ - Jobset
[% IF jobset.errormsg %]- Evaluation errors
[% END %]
- Jobs ([% activeJobs.size %])
[% END %]
diff --git a/src/root/project.tt b/src/root/project.tt
index f67b3fed..6b43f256 100644
--- a/src/root/project.tt
+++ b/src/root/project.tt
@@ -1,8 +1,8 @@
[% WRAPPER layout.tt title=(edit ? (create ? "New Project" : "Editing Project ‘$project.name’") : "Project ‘$project.name’") %]
[% PROCESS common.tt %]
-