Chromium Code Reviews| 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..2bb44a7e3aaad6603b5ec0ce4bfaa2fc9d55d6b4 100644 |
| --- a/milo/appengine/frontend/templates/pages/build.html |
| +++ b/milo/appengine/frontend/templates/pages/build.html |
| @@ -173,7 +173,10 @@ |
| <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 }} |
|
nodir
2017/03/24 18:39:26
please put </div> to the same indentation level as
hinoka
2017/03/27 16:21:01
Done.
|
| </span> |
| </div> |
| <ul> |