diff --git a/src/root/build.tt b/src/root/build.tt
index 20ecb04e..fb6cf94c 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -89,6 +89,12 @@
Build ID: |
[% build.id %] |
+
+ Status: |
+
+ [% INCLUDE renderStatus build=build icon=0 %]
+ |
+
[% IF build.releasename %]
Release name: |
@@ -100,12 +106,6 @@
[% build.nixname %] |
[% END %]
-
- Status: |
-
- [% INCLUDE renderStatus build=build %]
- |
-
System: |
[% build.system %] |
diff --git a/src/root/common.tt b/src/root/common.tt
index e598985f..1f254866 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -263,7 +263,7 @@
[% BLOCK renderStatus %]
[% IF build.finished %]
[% buildstatus = build.buildstatus %]
- [% INCLUDE renderBuildStatusIcon size=16 %]
+ [% IF icon; INCLUDE renderBuildStatusIcon size=16; END %]
[% IF buildstatus == 0 %]
Success
[% ELSIF buildstatus == 1 %]