diff --git a/src/root/build.tt b/src/root/build.tt
index ba122667..8a3a921f 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -525,9 +525,17 @@ END;
[% IF runcommandlog.start_time != undef %]
Started at [% INCLUDE renderDateTime timestamp = runcommandlog.start_time; %]
[% IF runcommandlog.end_time != undef %]
- Ran for [% INCLUDE renderDuration duration = runcommandlog.end_time - runcommandlog.start_time %][% IF runcommandlog.log_relative_url() %] —
Logs[% END %]
+ Ran for [% INCLUDE renderDuration duration = runcommandlog.end_time - runcommandlog.start_time %]
+ [% IF runcommandlog.log_relative_url() %]
+  —
Logs
+ [% END %]
+
[% ELSE %]
- Running for [% INCLUDE renderDuration duration = curTime - runcommandlog.start_time %][% IF runcommandlog.log_relative_url() %] —
Logs[% END %]
+ Running for [% INCLUDE renderDuration duration = curTime - runcommandlog.start_time %]
+ [% IF runcommandlog.log_relative_url() %]
+  —
Logs
+ [% END %]
+
[% END %]
[% ELSE %]
Pending