Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: appengine/cmd/milo/frontend/templates/bootstrap/pages/build.html

Issue 2086353004: milo: put line breaks between step text strings (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: milo: put line breaks between step text strings Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/cmd/milo/frontend/templates/bootstrap/pages/build.html
diff --git a/appengine/cmd/milo/frontend/templates/bootstrap/pages/build.html b/appengine/cmd/milo/frontend/templates/bootstrap/pages/build.html
index 8d94947c3a4da10f568b4a46296d87e39f12c670..7acf3908bb2433def22a591a5f066865eba1a009 100644
--- a/appengine/cmd/milo/frontend/templates/bootstrap/pages/build.html
+++ b/appengine/cmd/milo/frontend/templates/bootstrap/pages/build.html
@@ -31,7 +31,7 @@
(<a href="{{.MainLink.URL}}">{{ .MainLink.Label }}</a>)
{{ end }}
<small class="muted">
- {{ range .Text }} {{ . }} {{ end }}
+ {{ range .Text }}<div>{{ . }}</div>{{ end }}
</small>
<span class="pull-right muted">
{{ .Duration }} secs

Powered by Google App Engine
This is Rietveld 408576698