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

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

Issue 2134673003: milo: buildbucket builer view (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: rebased and regenerated expectations Created 4 years, 5 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/builder.html
diff --git a/appengine/cmd/milo/frontend/templates/bootstrap/pages/builder.html b/appengine/cmd/milo/frontend/templates/bootstrap/pages/builder.html
index 0632d3b63e64dec437609f2ba4e3c42c07db571d..8e4031d323e771dd32105718ab11207e85455009 100644
--- a/appengine/cmd/milo/frontend/templates/bootstrap/pages/builder.html
+++ b/appengine/cmd/milo/frontend/templates/bootstrap/pages/builder.html
@@ -1,5 +1,4 @@
-{{define "title"}}[[Insert title here]]{{end}}
-
+{{define "title"}}Builder {{.Builder.Name}}{{end}}
{{define "head"}}{{end}}
@@ -32,7 +31,6 @@
{{ $nb := len .Blame }}
{{ if lt $nb 4 }}
{{ range $i, $c := .Blame }}
- {{ .Revision }}
(<a href="{{ .CommitURL }}">{{ .AuthorEmail }}</a>)
{{ if ne $i (sub $nb 1) }},{{ end }}
{{ end }}

Powered by Google App Engine
This is Rietveld 408576698