| Index: milo/appengine/frontend/templates/pages/build.html
|
| diff --git a/milo/appengine/frontend/templates/pages/build.html b/milo/appengine/frontend/templates/pages/build.html
|
| index 277e8adc460d345fdf1c00052040fb7241d41bc8..c3512224a3f99c10f99040b25306e14bb6747e86 100644
|
| --- a/milo/appengine/frontend/templates/pages/build.html
|
| +++ b/milo/appengine/frontend/templates/pages/build.html
|
| @@ -173,7 +173,11 @@
|
| <span style="float:right">( {{ .Duration | humanDuration }} )</span>
|
| {{- end }}
|
| <span>
|
| - {{ range .Text }}<div class="step-text">{{ . }}</div>{{ end }}
|
| + {{ range .Text -}}
|
| + <div class="step-text">
|
| + {{- if . -}}{{- . -}}{{- else -}} {{- end -}}
|
| + </div>
|
| + {{- end }}
|
| </span>
|
| </div>
|
| <ul>
|
|
|