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

Unified Diff: milo/appengine/frontend/templates/pages/frontpage.html

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 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: milo/appengine/frontend/templates/pages/frontpage.html
diff --git a/milo/appengine/frontend/templates/pages/frontpage.html b/milo/appengine/frontend/templates/pages/frontpage.html
deleted file mode 100644
index 77016413cac7f63410f391005bb4d6224b6c22cc..0000000000000000000000000000000000000000
--- a/milo/appengine/frontend/templates/pages/frontpage.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{{define "title"}}Milo{{end}}
-
-{{define "head"}}{{end}}
-
-{{define "body"}}
-<h1>Milo</h1>
-
-{{ if .error }}
-Encountered error while loading front page: {{ .error }}
-{{ end }}
-
-{{ range .frontpage.CIServices }}
- <h2> {{ .Name }}
- {{ if .Host }} ({{ .Host | linkify }}) {{ end }}
- </h2>
- {{ range .BuilderGroups }}
- <h3> {{ .Name }} </h3>
- {{ range .Builders }}
- <li>{{ . | linkify }}</li>
- {{ else }}
- No builders found...
- {{ end }}
- {{ else}}
- Nothing to see here...
- {{ end }}
-{{ end }}
-
-{{end}} <!-- Body -->
« no previous file with comments | « milo/appengine/frontend/templates/pages/error.html ('k') | milo/appengine/frontend/templates/pages/log.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698