Omit the small build status icon on the build page
It's kinda pointless next to the big-ass icon.
This commit is contained in:
@ -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 %]
|
||||
<strong>Success</strong>
|
||||
[% ELSIF buildstatus == 1 %]
|
||||
|
Reference in New Issue
Block a user