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

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

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 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/bootstrap/pages/frontpage.html
diff --git a/milo/appengine/frontend/templates/bootstrap/pages/frontpage.html b/milo/appengine/frontend/templates/bootstrap/pages/frontpage.html
deleted file mode 100644
index d46e3ed3b6639df001d8d0e04cc7d4ed922099b6..0000000000000000000000000000000000000000
--- a/milo/appengine/frontend/templates/bootstrap/pages/frontpage.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{{define "title"}}Milo{{end}}
-
-{{define "head"}}{{end}}
-
-{{define "body"}}
-<h1>Milo</h1>
-
-{{ range .frontpage.CIServices }}
- <h2> {{.Name}} </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 -->

Powered by Google App Engine
This is Rietveld 408576698